Skip to content

Commit eb8599c

Browse files
committed
Use correct secret
1 parent d0c65e6 commit eb8599c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/validate-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Invoke performance test
4040
env:
4141
CHECK_RUN_ID: ${{ needs.pre-validate-performance.outputs.check-run-id }}
42-
GH_TOKEN: ${{ secrets.release-engineering-token }}
42+
GH_TOKEN: ${{ secrets.RELEASE_ENGINEERING_TOKEN }}
4343
run: |
4444
jq -n \
4545
--arg ref "$GITHUB_REF" \
@@ -82,7 +82,6 @@ jobs:
8282
id: create-check-run
8383
env:
8484
GITHUB_TOKEN: ${{ github.token }}
85-
RELEASE_REF: ${{ needs.determine-ref.outputs.ref }}
8685
run: |
8786
check_run_id=$(gh api \
8887
--header "Accept: application/vnd.github+json" \
@@ -101,7 +100,7 @@ jobs:
101100
- name: Invoke compiler compatibility test
102101
env:
103102
CHECK_RUN_ID: ${{ needs.pre-validate-compiler-compatibility.outputs.check-run-id }}
104-
GH_TOKEN: ${{ secrets.release-engineering-token }}
103+
GITHUB_TOKEN: ${{ secrets.RELEASE_ENGINEERING_TOKEN }}
105104
run: |
106105
jq -n \
107106
--arg ref "$GITHUB_REF" \

0 commit comments

Comments
 (0)