Skip to content

Commit 264b0f3

Browse files
mtrudelclaude
andcommitted
Grant actions:write permission to lint job for PLT cache eviction
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c1bea31 commit 264b0f3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/elixir.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
uses: mtrudel/elixir-ci-actions/.github/workflows/test.yml@main
1212
lint:
1313
uses: mtrudel/elixir-ci-actions/.github/workflows/lint.yml@main
14+
permissions:
15+
actions: write
1416
re-run:
1517
needs: [test, lint]
1618
if: failure() && fromJSON(github.run_attempt) < 3

0 commit comments

Comments
 (0)