Skip to content

Commit 40f663b

Browse files
committed
fix(verify-network): promotion-PR token -> ENGINE_TOKEN. Refs #1
1 parent 7dbe61e commit 40f663b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/verify-network.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Open promotion PR
101101
if: ${{ env.APPLY == 'true' }}
102102
env:
103-
GH_TOKEN: ${{ secrets.TECHAPI_TOKEN || secrets.GITHUB_TOKEN }}
103+
GH_TOKEN: ${{ secrets.ENGINE_TOKEN || secrets.TECHAPI_TOKEN || secrets.GITHUB_TOKEN }}
104104
run: |
105105
set -e
106106
if git diff --quiet -- data/; then

0 commit comments

Comments
 (0)