Skip to content

Commit

Permalink
Merge pull request #901 from twilio/add_token
Browse files Browse the repository at this point in the history
add token
  • Loading branch information
sanjeet-tw authored Feb 7, 2024
2 parents 0c8079b + f583220 commit 6b7e7e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/manual_public_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
secrets:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
SLACK_WEB_HOOK: ${{ secrets.SLACK_WEB_HOOK }}
APP_ID: ${{ secrets.APP_ID }}
APP_KEY: ${{ secrets.APP_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

e2e-node16:
uses: ./.github/workflows/~reusable_e2e.yaml
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/~reusable_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ on:
required: true
APP_KEY:
required: true
GITHUB_TOKEN:
required: true

jobs:
publish:
Expand Down Expand Up @@ -62,7 +64,7 @@ jobs:
run: |
gh pr create --base main --title "Update version" --body "Update version"
env:
GITHUB_TOKEN: ${{ steps.get_app_token.outputs.token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Approve and merge PR
if: steps.bump_version.outputs.pushVersion == 'true'
run: |
Expand Down

0 comments on commit 6b7e7e4

Please sign in to comment.