Skip to content

Commit

Permalink
chore: Update permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Sep 2, 2024
1 parent 3f699ed commit 6bdeb7a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ permissions: # added using https://github.com/step-security/secure-repo

jobs:
release:
if: github.repository == 'sveltejs/kit'
permissions:
contents: write # for changesets/action to push to the repo
pull-requests: write # for changesets/action to create PRs
contents: write # to create release (changesets/action)
id-token: write # OpenID Connect token needed for provenance
pull-requests: write # to create pull request (changesets/action)
name: Release
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6bdeb7a

Please sign in to comment.