Skip to content

Commit

Permalink
Change push token to GATING_PAT
Browse files Browse the repository at this point in the history
I think we can share the same token with read/write access
to the contents of this repo.
  • Loading branch information
jmuhlich authored Aug 8, 2023
1 parent 3f5e913 commit d95c57c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.WORKFLOW_PAT }}
github_token: ${{ secrets.GATING_PAT }}
branch: ${{ github.ref }}
- name: Create Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.GATING_PAT }}
repository: labsyspharm/gating
event-type: release
client-payload: '{"version": "${{env.VERSION}}"}'
client-payload: '{"version": "${{env.VERSION}}"}'

0 comments on commit d95c57c

Please sign in to comment.