Skip to content

Commit afb526d

Browse files
New permissions in GHA workflow
1 parent 27e9fa7 commit afb526d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ado.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
sync:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
issues: write
1113
steps:
1214
- uses: MicrosoftEdge/action-issue-to-workitem@main
1315
env:

.github/workflows/score.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
metrics:
1919
runs-on: ubuntu-latest
20-
steps:
20+
steps:
2121
- uses: champnic/Porpoise@main
2222
env:
2323
GH_PAT: '${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}'

0 commit comments

Comments
 (0)