We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 283a9e0 commit 6c23928Copy full SHA for 6c23928
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
run: |
17
curl -X POST \
18
https://api.github.com/repos/chiubaca/chiubaca-monorepo/actions/workflows/deploy-chiubaca-com.yml/dispatches \
19
- -H "Authorization: token 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" \
+ -H "Authorization: token ${{secrets.GHUB_PAT_FOR_CHIUBACA_COM_REDEPLOY_ACTION}}" \
20
-H "Accept: application/vnd.github.v3+json" \
21
-H "Content-Type: application/json" \
22
-d '{"ref":"main"}'
0 commit comments