Skip to content

Commit

Permalink
pass client ids to GHA script
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeseda committed Jun 25, 2024
1 parent 32e061a commit afc0c8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:

- name: Create client-ids.json
run: node scripts/create-client-ids.js
env:
BEGIN_CLI_CLIENT_ID_STAGING: ${{ secrets.BEGIN_CLI_CLIENT_ID_STAGING }}
BEGIN_CLI_CLIENT_ID_PRODUCTION: ${{ secrets.BEGIN_CLI_CLIENT_ID_PRODUCTION }}

- name: Publish @RC to npm
if: contains(github.ref, 'RC')
Expand Down

0 comments on commit afc0c8c

Please sign in to comment.