Skip to content

Commit

Permalink
chore: add devx bot token (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwylde authored Oct 3, 2023
1 parent 769ae04 commit dbda2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GHA_TEAM_DEVX_KONG_BOT_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN_PRIVATE_PUBLISH }}
run: |
yarn install --frozen-lockfile
Expand Down

0 comments on commit dbda2ea

Please sign in to comment.