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 5cdbedc commit bb1eb24Copy full SHA for bb1eb24
.github/workflows/release-build.yml
@@ -18,7 +18,7 @@ jobs:
18
curl -L \
19
-X POST \
20
-H "Accept: application/vnd.github+json" \
21
- -H "Authorization: Bearer ${{ secrets.PERSONAL_ACCESS_TOKEN }}" \
+ -H "Authorization: Bearer ${{ secrets.F5_CLA_TOKEN }}" \
22
-H "X-GitHub-Api-Version: 2022-11-28" \
23
"https://api.github.com/repos/${{ env.OWNER }}/${{ env.REPO }}/dispatches" \
24
-d "{"event_type": "trigger-preview-build", "client_payload": {"environment": "preview", "hugo_theme_override": "", "author": "${{ github.event.release.author }}", "tag_name": "${{ github.event.release.tag_name }}", "release_name": "${{ github.event.release.name }}"}}"
0 commit comments