We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27e9fa7 commit afb526dCopy full SHA for afb526d
.github/workflows/ado.yml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
sync:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ issues: write
13
steps:
14
- uses: MicrosoftEdge/action-issue-to-workitem@main
15
env:
.github/workflows/score.yml
@@ -17,7 +17,7 @@ on:
17
18
metrics:
19
20
- steps:
+ steps:
21
- uses: champnic/Porpoise@main
22
23
GH_PAT: '${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}'
0 commit comments