aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar kytwb <412895+kytwb@users.noreply.github.com>2021-11-19 16:26:47 +0100
committerLibravatar GitHub <noreply@github.com>2021-11-19 16:26:47 +0100
commit35373f13ce1ed210a8479c31a1260f8201bf0389 (patch)
tree6ae78fab20449317292cdff8895bde24d200aee2
parentAdding updated Docker image build workflow (#83) (diff)
downloadferdium-server-35373f13ce1ed210a8479c31a1260f8201bf0389.tar.gz
ferdium-server-35373f13ce1ed210a8479c31a1260f8201bf0389.tar.zst
ferdium-server-35373f13ce1ed210a8479c31a1260f8201bf0389.zip
Use GH_TOKEN secret instead of GITHUB_TOKEN
Failed to add secret; secret names must not start with GITHUB_.
-rw-r--r--.github/workflows/build-and-publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml
index bd24f9c..d40056a 100644
--- a/.github/workflows/build-and-publish.yml
+++ b/.github/workflows/build-and-publish.yml
@@ -46,7 +46,7 @@ jobs:
46 with: 46 with:
47 registry: ghcr.io 47 registry: ghcr.io
48 username: ${{ github.repository_owner }} 48 username: ${{ github.repository_owner }}
49 password: ${{ secrets.GITHUB_TOKEN }} 49 password: ${{ secrets.GH_TOKEN }}
50 50
51 - name: Build and push 51 - name: Build and push
52 id: docker_build 52 id: docker_build