Skip to content

Commit

Permalink
Granular permissions only for contents
Browse files Browse the repository at this point in the history
  • Loading branch information
yashpatel6 authored Oct 19, 2023
1 parent 7d411c6 commit e1c60ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pipeline-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
release:
types: [published]

permissions: write-all
permissions:
contents: write
jobs:
add_release_asset:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e1c60ba

Please sign in to comment.