Skip to content

Commit 114bf20

Browse files
authored
Update release.yml (#406)
Changes workflow dispatch to use GH_MERGE_TOKEN.
1 parent 662d59d commit 114bf20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Trigger Create Release Workflow
8181
run: |
8282
curl -X POST \
83-
-H "Authorization: Bearer ${{ secrets.GH_APPROVE_TOKEN }}" \
83+
-H "Authorization: Bearer ${{ secrets.GH_MERGE_TOKEN }}" \
8484
-H "Accept: application/vnd.github.v3+json" \
8585
https://api.github.com/repos/googlemaps-samples/js-api-samples/actions/workflows/dist-pr.yml/dispatches \
8686
-d '{"ref":"main"}'

0 commit comments

Comments
 (0)