mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-20 18:17:15 +00:00
Use PAT to trigger workflow.
This commit is contained in:
parent
648e349c80
commit
d354c1417a
2
.github/workflows/pub_staging_pr.yml
vendored
2
.github/workflows/pub_staging_pr.yml
vendored
|
@ -14,6 +14,6 @@ jobs:
|
||||||
curl -i \
|
curl -i \
|
||||||
-X POST \
|
-X POST \
|
||||||
-H "Accept: application/vnd.github.v3+json" \
|
-H "Accept: application/vnd.github.v3+json" \
|
||||||
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
|
-H "Authorization: token ${{ secrets.TRIGGER_PUBLISH_STAGING_PR_TOKEN }}" \
|
||||||
https://api.github.com/repos/awalsh128/cache-apt-pkgs-action-ci/dispatches \
|
https://api.github.com/repos/awalsh128/cache-apt-pkgs-action-ci/dispatches \
|
||||||
-d '{"event_type":"staging_pull_request"}'
|
-d '{"event_type":"staging_pull_request"}'
|
Loading…
Reference in a new issue