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 662d59d commit 114bf20Copy full SHA for 114bf20
.github/workflows/release.yml
@@ -80,7 +80,7 @@ jobs:
80
- name: Trigger Create Release Workflow
81
run: |
82
curl -X POST \
83
- -H "Authorization: Bearer ${{ secrets.GH_APPROVE_TOKEN }}" \
+ -H "Authorization: Bearer ${{ secrets.GH_MERGE_TOKEN }}" \
84
-H "Accept: application/vnd.github.v3+json" \
85
https://api.github.com/repos/googlemaps-samples/js-api-samples/actions/workflows/dist-pr.yml/dispatches \
86
-d '{"ref":"main"}'
0 commit comments