Skip to content

Commit

Permalink
Restore GitHub token access for CodeQL, issue locking and issue assig…
Browse files Browse the repository at this point in the history
…nment workflows (#6179)
  • Loading branch information
joyceerhl authored Jun 7, 2021
1 parent ac8a6d0 commit bec5633
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/assignIssue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
issues:
types: [opened]

permissions:
issues: write

jobs:
assignIssue:
name: Assign Issue to Someone
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
#
name: "CodeQL"

permissions:
pull-requests: write

on:
push:
branches: [ main, release* ]
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
schedule:
- cron: '0 0 * * *'

permissions:
issues: write

jobs:
lock:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions news/3 Code Health/6170.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Restore GitHub token access for CodeQL, issue locking and issue assignment workflows.

0 comments on commit bec5633

Please sign in to comment.