File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,36 +28,36 @@ jobs:
28
28
path : ci/jedicmake
29
29
repository : JCSDA-internal/jedi-cmake
30
30
submodules : true
31
- token : ${{ secrets.GH_PAT }}
31
+ token : ${{ secrets.GHCR_PAT }}
32
32
33
33
- name : checkout oops
34
34
uses : actions/checkout@v3
35
35
with :
36
36
path : ci/oops
37
37
repository : JCSDA-internal/oops
38
- token : ${{ secrets.GH_PAT }}
38
+ token : ${{ secrets.GHCR_PAT }}
39
39
40
40
- name : checkout ioda
41
41
uses : actions/checkout@v3
42
42
with :
43
43
path : ci/ioda
44
44
repository : JCSDA-internal/ioda
45
- token : ${{ secrets.GH_PAT }}
45
+ token : ${{ secrets.GHCR_PAT }}
46
46
47
47
- name : checkout ufo
48
48
uses : actions/checkout@v3
49
49
with :
50
50
path : ci/ufo
51
51
repository : JCSDA-internal/ufo
52
- token : ${{ secrets.GH_PAT }}
52
+ token : ${{ secrets.GHCR_PAT }}
53
53
54
54
- name : checkout atlas-data
55
55
uses : actions/checkout@v3
56
56
with :
57
57
path : ci/atlas-data
58
58
repository : MetOffice/atlas-data
59
59
lfs : true
60
- token : ${{ secrets.GH_PAT }}
60
+ token : ${{ secrets.GHCR_PAT }}
61
61
62
62
- name : Log in to GitHub Container Registry
63
63
uses : docker/login-action@v3
You can’t perform that action at this time.
0 commit comments