Skip to content

Commit 6c23928

Browse files
committed
update authorization token to use GitHub secrets for redeployment
1 parent 283a9e0 commit 6c23928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
curl -X POST \
1818
https://api.github.com/repos/chiubaca/chiubaca-monorepo/actions/workflows/deploy-chiubaca-com.yml/dispatches \
19-
-H "Authorization: token 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" \
19+
-H "Authorization: token ${{secrets.GHUB_PAT_FOR_CHIUBACA_COM_REDEPLOY_ACTION}}" \
2020
-H "Accept: application/vnd.github.v3+json" \
2121
-H "Content-Type: application/json" \
2222
-d '{"ref":"main"}'

0 commit comments

Comments
 (0)