Skip to content

Commit 4124c19

Browse files
committed
up
1 parent fc6d059 commit 4124c19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/trunk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -732,8 +732,6 @@ jobs:
732732
id-token: write
733733
contents: read
734734
secrets: inherit
735-
env:
736-
GH_TOKEN: ${{ github.token }}
737735
strategy:
738736
matrix:
739737
hf_model_id: [
@@ -745,6 +743,8 @@ jobs:
745743
fail-fast: false
746744
with:
747745
secrets-env: EXECUTORCH_HF_TOKEN
746+
env:
747+
GH_TOKEN: ${{ github.token }}
748748
runner: macos-15-xlarge
749749
python-version: '3.11'
750750
submodules: 'recursive'

0 commit comments

Comments
 (0)