Skip to content

Commit bb1eb24

Browse files
committed
Workflow: Updated to use F5 clan for PAT
1 parent 5cdbedc commit bb1eb24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
curl -L \
1919
-X POST \
2020
-H "Accept: application/vnd.github+json" \
21-
-H "Authorization: Bearer ${{ secrets.PERSONAL_ACCESS_TOKEN }}" \
21+
-H "Authorization: Bearer ${{ secrets.F5_CLA_TOKEN }}" \
2222
-H "X-GitHub-Api-Version: 2022-11-28" \
2323
"https://api.github.com/repos/${{ env.OWNER }}/${{ env.REPO }}/dispatches" \
2424
-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

Comments
 (0)