We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789fe2e commit 28bfc4eCopy full SHA for 28bfc4e
.github/workflows/bevy_mod_scripting.yml
@@ -16,7 +16,9 @@ env:
16
IMAGE_NAME: bevy-mod-scripting
17
CODEGEN_BRANCH_NAME: __update-bevy-bindings-${{ github.head_ref || github.ref_name }}
18
GH_TOKEN: ${{ github.token }}
19
-
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
+ BENCHER_API_TOKEN: ${{ secrets.BENCHER_API_TOKEN }}
21
+
22
concurrency:
23
# Use github.run_id on main branch
24
# Use github.event.pull_request.number on pull requests, so it's unique per pull request
@@ -72,9 +74,6 @@ jobs:
72
74
echo "Convert to single line JSON"
73
75
jq -c . matrix.json > matrix-one-line.json
76
echo "matrix=$(cat matrix-one-line.json)" >> $GITHUB_OUTPUT
-env:
- BENCHER_API_TOKEN: ${{ secrets.BENCHER_API_TOKEN }}
77
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
78
79
check:
80
needs: [check-needs-run, generate-job-matrix]
0 commit comments