Skip to content

Commit

Permalink
cicd: Use GITHUB token instead of REPO_GHA_PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
arturpimentel committed Nov 1, 2023
1 parent 6fcdaa6 commit 1496d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release-and-trigger-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
- name: Trigger NPM publish
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.REPO_GHA_PAT }}
token: ${{ secrets.GITHUB_TOKEN }}
repository: vtex/toolbelt
event-type: publish-stable-npm
- name: Trigger AWS publish
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.REPO_GHA_PAT }}
token: ${{ secrets.GITHUB_TOKEN }}
repository: vtex/toolbelt
event-type: publish-stable-aws

0 comments on commit 1496d17

Please sign in to comment.