Skip to content

Commit 0346046

Browse files
authored
write-all isn't even valid (#2343)
<!-- Describe your change here --> --- <!-- Consider each and tick it off one way or the other --> * [ ] CHANGELOG updated or not needed * [ ] Documentation updated or not needed * [ ] Haddocks updated or not needed * [ ] No new TODOs introduced or explained herafter
2 parents e669884 + 45310db commit 0346046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tx-cost-diff.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010
workflow_dispatch:
1111

1212
permissions:
13-
checks: write-all
14-
pull-requests: write-all
13+
checks: write
14+
pull-requests: write
1515

1616

1717
jobs:

0 commit comments

Comments
 (0)