Skip to content

Commit 6193f34

Browse files
authored
Add issue write permissions to mutants cron job workflow (payjoin#676)
Our current default workflow permisssions do not allow for writing issues but I had made a workflow that already had this in place so we just had a failed workflow that did not properly create the issue as expected. This change is in lieu of changing the global workflow permissions. Closes payjoin#672
2 parents 73fafa8 + cf80037 commit 6193f34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cron-weekly-mutants.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
jobs:
77
cargo-mutants:
88
runs-on: ubuntu-latest
9+
permissions:
10+
issues: write
911
steps:
1012
- uses: actions/checkout@v4
1113
- uses: taiki-e/install-action@v2

0 commit comments

Comments
 (0)