Skip to content

Commit

Permalink
update gh release
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Feb 18, 2025
1 parent df76068 commit b8be9b2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Create Stable Release

permissions:
contents: write
pull-requests: write

on:
workflow_dispatch:
inputs:
Expand All @@ -19,12 +15,6 @@ jobs:
release:
name: Changesets Release
runs-on: ubuntu-latest
# Permissions necessary for Changesets to push a new branch and open PRs
# (for automated Version Packages PRs), and request the JWT for provenance.
# More info: https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect#adding-permissions-settings
permissions:
contents: write
pull-requests: write

steps:
- uses: actions/create-github-app-token@v1
Expand Down

0 comments on commit b8be9b2

Please sign in to comment.