Skip to content

Commit

Permalink
New permissions in GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
captainbrosset committed Feb 2, 2024
1 parent 27e9fa7 commit afb526d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ado.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
sync:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: MicrosoftEdge/action-issue-to-workitem@main
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/score.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
metrics:
runs-on: ubuntu-latest
steps:
steps:
- uses: champnic/Porpoise@main
env:
GH_PAT: '${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}'
Expand Down

0 comments on commit afb526d

Please sign in to comment.