Skip to content

Commit 802f97d

Browse files
committed
chore: Changed PAT to F5 + moved owner/repo to secrets
1 parent 64bcaa4 commit 802f97d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ env:
4242
FRONT_DOOR_USERNAME: ${{ secrets.FRONT_DOOR_USERNAME }}
4343
FRONT_DOOR_PASSWORD: ${{ secrets.FRONT_DOOR_PASSWORD }}
4444
GITHUB_PR_NUMBER: ${{ github.event.pull_request.number }}
45-
OWNER: nginxinc
46-
REPO: nginx-hugo-theme
45+
OWNER: ${{ secrets.OWNER }}
46+
REPO: ${{ secrets.REPO }}
4747
jobs:
4848
prod-check-branch:
4949
runs-on: ubuntu-24.04
@@ -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)