Skip to content

Commit 7722705

Browse files
authored
im trying to fix things
1 parent df13f6f commit 7722705

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,11 @@ runs:
218218

219219
- name: Setup Geode SDK
220220
shell: bash
221+
secrets:
222+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
221223
run: |
222224
export CLI_PROFILE="${{ github.workspace }}/cli-profile"
225+
export GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}"
223226
# for windows
224227
mkdir -p "$CLI_PROFILE/geode/mods"
225228
# for mac

0 commit comments

Comments
 (0)