Skip to content

Commit af61c69

Browse files
authored
include GITHUB_TOKEN to hopefully fix the github fart
1 parent e1b54d4 commit af61c69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

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

219219
- name: Setup Geode SDK
220220
shell: bash
221+
env:
222+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
221223
run: |
222224
export CLI_PROFILE="${{ github.workspace }}/cli-profile"
223225
# for windows

0 commit comments

Comments
 (0)