Skip to content

Commit

Permalink
Merge pull request #13 from r0gue-io/frank/ci-permissions
Browse files Browse the repository at this point in the history
ci: grant write permission to actions
  • Loading branch information
al3mart authored Feb 29, 2024
2 parents bd13fdb + d1df3c7 commit 1ca672f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
clippy:
needs: lint
runs-on: ubuntu-latest
permissions:
checks: write
env:
SKIP_WASM_BUILD: 1
steps:
Expand Down

0 comments on commit 1ca672f

Please sign in to comment.