Skip to content

Commit 7723bdb

Browse files
committed
remove unused import
1 parent 5e8981a commit 7723bdb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/bevy_mod_scripting.yml

+3
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
echo "Convert to single line JSON"
7373
jq -c . matrix.json > matrix-one-line.json
7474
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 }}
7578

7679
check:
7780
needs: [check-needs-run, generate-job-matrix]

0 commit comments

Comments
 (0)