Skip to content

Commit 1724eb9

Browse files
committed
rename secret
1 parent c628afd commit 1724eb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
steps:
5858
- name: Trigger baudi-docker (Dev) build
5959
env:
60-
PAT: ${{ secrets.GITHUB_TOKEN }}
60+
PAT: ${{ secrets.BAUDI_WORKFLOW_PAT }}
6161
run: |
6262
curl -X POST \
6363
-H "Authorization: token $PAT" \

.github/workflows/prod-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
steps:
6565
- name: Trigger baudi-docker (Prod) build
6666
env:
67-
PAT: ${{ secrets.GITHUB_TOKEN }}
67+
PAT: ${{ secrets.BAUDI_WORKFLOW_PAT }}
6868
run: |
6969
curl -X POST \
7070
-H "Authorization: token $PAT" \

0 commit comments

Comments
 (0)