Skip to content

Commit

Permalink
Update workflow permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <[email protected]>
  • Loading branch information
awharn committed Sep 5, 2024
1 parent 15cd0e7 commit e51a6d8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Zowe CLI Auto Responder for New Issues
on:
issues:
types: labeled
permissions:
issues: write

jobs:
processLabelAction:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/rust-cli-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- 'zowex/**'
- '.github/workflows/rust-cli*.yml'

permissions:
contents: write

jobs:

release:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/zowe-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ jobs:
if: github.event_name == 'push' && github.ref_protected
needs: test
runs-on: ubuntu-latest
permissions:
issues: write
contents: write

steps:
- name: Checkout
Expand Down

0 comments on commit e51a6d8

Please sign in to comment.