From a25a41467b25d3b989596673daaee7336a704936 Mon Sep 17 00:00:00 2001 From: Joffrey Bion Date: Wed, 2 Sep 2020 13:21:28 +0200 Subject: Use specific token for GitHub container registry --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40df24c9..25dbadf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: with: path: ./sw-server username: ${{ github.actor }} - password: ${{ github.token }} + password: ${{ secrets.CONTAINER_REGISTRY_TOKEN }} registry: ghcr.io repository: joffrey-bion/seven-wonders-server tag_with_ref: true -- cgit