Skip to content

Commit 2107835

Browse files
HoloRinmergify[bot]
authored andcommitted
1 parent 7ce14ab commit 2107835

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/oci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
registry: ghcr.io
3131
username: ${{ github.actor }}
32-
password: ${{ secrets.GHCR_TOKEN }}
32+
password: ${{ secrets.GITHUB_TOKEN }}
3333

3434
- name: Set up QEMU
3535
uses: docker/setup-qemu-action@v3

.github/workflows/test-authnz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
registry: ghcr.io
5454
username: ${{ github.actor }}
55-
password: ${{ secrets.GHCR_TOKEN }}
55+
password: ${{ secrets.GITHUB_TOKEN }}
5656

5757
- name: Configure OTP & Elixir
5858
uses: erlef/[email protected]

.github/workflows/test-selenium.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
registry: ghcr.io
5151
username: ${{ github.actor }}
52-
password: ${{ secrets.GHCR_TOKEN }}
52+
password: ${{ secrets.GITHUB_TOKEN }}
5353

5454
- name: Configure OTP & Elixir
5555
uses: erlef/[email protected]

0 commit comments

Comments
 (0)