Skip to content

Commit

Permalink
fix: added cd staging token to allow dispatch deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rodobarcaaa committed Oct 24, 2023
1 parent b06fe28 commit ddf751f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Dispatch Auto Deploy
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.USER_GITHUB_TOKEN }}
token: ${{ secrets.GH_PAT }}
repository: rodobarcaaa/tapir-http4s-seed
event-type: deploy
client-payload: '{"tag": "main", "environment": "staging"}'

0 comments on commit ddf751f

Please sign in to comment.