Skip to content

Commit

Permalink
gh-actions/static-test.yml: add GITHUB_TOKEN to environment
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Dec 3, 2024
1 parent 4b31bfd commit 41d241b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/static-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
docker run --rm \
-e CI_BASE_BRANCH \
-e GITHUB_RUN_ID=${GITHUB_RUN_ID} \
-e GITHUB_TOKEN=${GITHUB_TOKEN} \
-v $(pwd):/data/riotbuild \
riot/static-test-tools:latest \
make static-test

0 comments on commit 41d241b

Please sign in to comment.