Skip to content

Commit d45bae7

Browse files
committed
use newer PAT
1 parent 3cb1cba commit d45bae7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,36 +28,36 @@ jobs:
2828
path: ci/jedicmake
2929
repository: JCSDA-internal/jedi-cmake
3030
submodules: true
31-
token: ${{ secrets.GH_PAT }}
31+
token: ${{ secrets.GHCR_PAT }}
3232

3333
- name: checkout oops
3434
uses: actions/checkout@v3
3535
with:
3636
path: ci/oops
3737
repository: JCSDA-internal/oops
38-
token: ${{ secrets.GH_PAT }}
38+
token: ${{ secrets.GHCR_PAT }}
3939

4040
- name: checkout ioda
4141
uses: actions/checkout@v3
4242
with:
4343
path: ci/ioda
4444
repository: JCSDA-internal/ioda
45-
token: ${{ secrets.GH_PAT }}
45+
token: ${{ secrets.GHCR_PAT }}
4646

4747
- name: checkout ufo
4848
uses: actions/checkout@v3
4949
with:
5050
path: ci/ufo
5151
repository: JCSDA-internal/ufo
52-
token: ${{ secrets.GH_PAT }}
52+
token: ${{ secrets.GHCR_PAT }}
5353

5454
- name: checkout atlas-data
5555
uses: actions/checkout@v3
5656
with:
5757
path: ci/atlas-data
5858
repository: MetOffice/atlas-data
5959
lfs: true
60-
token: ${{ secrets.GH_PAT }}
60+
token: ${{ secrets.GHCR_PAT }}
6161

6262
- name: Log in to GitHub Container Registry
6363
uses: docker/login-action@v3

0 commit comments

Comments
 (0)