Skip to content

Commit 65b654f

Browse files
author
Shane Snyder
committed
aurora/polaris updated CI tokens
1 parent f537184 commit 65b654f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/end_to_end_regression_aurora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
with:
2020
url: https://gitlab-ci.alcf.anl.gov
2121
project_id: 174
22-
token: ${{ secrets.ALCF_GITLAB_CI_TOKEN }}
22+
token: ${{ secrets.ALCF_GITLAB_CI_TOKEN_AURORA }}
2323
variables: |
2424
GITHUB_REF_NAME="${{ env.GITHUB_REF_NAME }}"

.github/workflows/end_to_end_regression_polaris.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
with:
2020
url: https://gitlab-ci.alcf.anl.gov
2121
project_id: 121
22-
token: ${{ secrets.ALCF_GITLAB_CI_TOKEN }}
22+
token: ${{ secrets.ALCF_GITLAB_CI_TOKEN_POLARIS }}
2323
variables: |
2424
GITHUB_REF_NAME="${{ env.GITHUB_REF_NAME }}"

0 commit comments

Comments
 (0)