We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce14ab commit 2107835Copy full SHA for 2107835
.github/workflows/oci.yaml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
registry: ghcr.io
31
username: ${{ github.actor }}
32
- password: ${{ secrets.GHCR_TOKEN }}
+ password: ${{ secrets.GITHUB_TOKEN }}
33
34
- name: Set up QEMU
35
uses: docker/setup-qemu-action@v3
.github/workflows/test-authnz.yaml
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
- name: Configure OTP & Elixir
58
uses: erlef/[email protected]
.github/workflows/test-selenium.yaml
@@ -49,7 +49,7 @@ jobs:
49
50
51
0 commit comments