Skip to content

Commit

Permalink
Add secrets to publish testing (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyll authored Feb 23, 2024
1 parent e0dcc58 commit 7006cad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
env:
GLIDE_TOKEN: ${{ secrets.GLIDE_TOKEN }}
GLIDE_TOKEN_STAGING: ${{ secrets.GLIDE_TOKEN_STAGING }}
GLIDE_CLIENT_TOKEN_STAGING: ${{secrets.GLIDE_CLIENT_TOKEN_STAGING}}
GLIDE_CLIENT_ID: ${{secrets.GLIDE_CLIENT_ID}}

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

0 comments on commit 7006cad

Please sign in to comment.