Skip to content

Commit

Permalink
fix(ci): switch to UCI_GITHUB_TOKEN
Browse files Browse the repository at this point in the history
we already had PAT, but under different name, let's try using existing one
  • Loading branch information
lidel authored Aug 20, 2024
1 parent dc1a2ed commit c572ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
-F "client_payload[git_sha]=${GITHUB_SHA}" \
-F "client_payload[git_ref]=${GITHUB_REF}"
env:
GH_TOKEN: ${{ secrets.DEPLOYMENT_GITHUB_PAT }}
GH_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN }}

0 comments on commit c572ff2

Please sign in to comment.