Skip to content

Commit

Permalink
Merge pull request #331 from zowe/update-workflows-main
Browse files Browse the repository at this point in the history
Update workflow permissions (main)
  • Loading branch information
awharn authored Sep 9, 2024
2 parents eb1ad71 + b6a7685 commit 5270266
Show file tree
Hide file tree
Showing 3 changed files with 9 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: Auto Responder for New Issues
on:
issues:
types: labeled
permissions:
issues: write

jobs:
processLabelAction:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/sdk-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write

steps:
- name: Checkout
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/update-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ env:
PR_STATUS_DRAFT: "In Progress"
PR_STATUS_READY: "Review/QA"

permissions:
pull-requests: write

jobs:
update-project:
name: Move project item
Expand Down

0 comments on commit 5270266

Please sign in to comment.