File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 16
16
IMAGE_NAME : bevy-mod-scripting
17
17
CODEGEN_BRANCH_NAME : __update-bevy-bindings-${{ github.head_ref || github.ref_name }}
18
18
GH_TOKEN : ${{ github.token }}
19
-
19
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
20
+ BENCHER_API_TOKEN : ${{ secrets.BENCHER_API_TOKEN }}
21
+
20
22
concurrency :
21
23
# Use github.run_id on main branch
22
24
# Use github.event.pull_request.number on pull requests, so it's unique per pull request
72
74
echo "Convert to single line JSON"
73
75
jq -c . matrix.json > matrix-one-line.json
74
76
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 }}
78
77
79
78
check :
80
79
needs : [check-needs-run, generate-job-matrix]
You can’t perform that action at this time.
0 commit comments