Skip to content

Commit 7006cad

Browse files
authored
Add secrets to publish testing (#46)
1 parent e0dcc58 commit 7006cad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
env:
4444
GLIDE_TOKEN: ${{ secrets.GLIDE_TOKEN }}
4545
GLIDE_TOKEN_STAGING: ${{ secrets.GLIDE_TOKEN_STAGING }}
46+
GLIDE_CLIENT_TOKEN_STAGING: ${{secrets.GLIDE_CLIENT_TOKEN_STAGING}}
47+
GLIDE_CLIENT_ID: ${{secrets.GLIDE_CLIENT_ID}}
4648

4749
- name: Auto Bump Version
4850
run: npx tsx script/patch-npm-version.ts

0 commit comments

Comments
 (0)