Skip to content

Commit 28bfc4e

Browse files
authored
chore: Update bevy_mod_scripting.yml
1 parent 789fe2e commit 28bfc4e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/bevy_mod_scripting.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ env:
1616
IMAGE_NAME: bevy-mod-scripting
1717
CODEGEN_BRANCH_NAME: __update-bevy-bindings-${{ github.head_ref || github.ref_name }}
1818
GH_TOKEN: ${{ github.token }}
19-
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20+
BENCHER_API_TOKEN: ${{ secrets.BENCHER_API_TOKEN }}
21+
2022
concurrency:
2123
# Use github.run_id on main branch
2224
# Use github.event.pull_request.number on pull requests, so it's unique per pull request
@@ -72,9 +74,6 @@ jobs:
7274
echo "Convert to single line JSON"
7375
jq -c . matrix.json > matrix-one-line.json
7476
echo "matrix=$(cat matrix-one-line.json)" >> $GITHUB_OUTPUT
75-
env:
76-
BENCHER_API_TOKEN: ${{ secrets.BENCHER_API_TOKEN }}
77-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7877
7978
check:
8079
needs: [check-needs-run, generate-job-matrix]

0 commit comments

Comments
 (0)