Skip to content

Commit 73b30d8

Browse files
authored
i hate ocpilot
1 parent ec41419 commit 73b30d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ outputs:
8484
description: A folder containing the built .geode file(s)
8585
value: ${{ steps.build.outputs.output }}
8686

87+
secrets:
88+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
89+
8790
runs:
8891
using: composite
8992
steps:
@@ -220,6 +223,8 @@ runs:
220223
shell: bash
221224
run: |
222225
export CLI_PROFILE="${{ github.workspace }}/cli-profile"
226+
export GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}"
227+
echo "Gh token len: ${#GITHUB_TOKEN}"
223228
# for windows
224229
mkdir -p "$CLI_PROFILE/geode/mods"
225230
# for mac

0 commit comments

Comments
 (0)