Skip to content

Commit 79c64b1

Browse files
committed
chore: Changed PAT to F5
1 parent 64bcaa4 commit 79c64b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
curl -L \
8787
-X POST \
8888
-H "Accept: application/vnd.github+json" \
89-
-H "Authorization: Bearer ${{ secrets.PERSONAL_ACCESS_TOKEN }}" \
89+
-H "Authorization: Bearer ${{ secrets.F5_CLA_TOKEN }}" \
9090
-H "X-GitHub-Api-Version: 2022-11-28" \
9191
"https://api.github.com/repos/${{ env.OWNER }}/${{ env.REPO }}/dispatches" \
9292
-d "{"event_type": "trigger-slack-notification", "client_payload": {"previewURL": "${{ env.PREVIEW_URL }}", "author": "${{ github.event.client_payload.author}}", "tag_name": "${{ github.event.client_payload.tag_name }}", "release_name": "${{ github.event.client_payload.release_name }}"}}"

0 commit comments

Comments
 (0)