From 637d79e486f4e250bf863c8452096149681e45cc Mon Sep 17 00:00:00 2001 From: Emmanuel Owosekun Date: Thu, 29 Aug 2024 12:19:24 +0200 Subject: [PATCH] Add: edits ghcr.io credentials --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 0cb41d4..49b591c 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -52,7 +52,7 @@ jobs: with: registry: ghcr.io username: ${{ secrets.GREENBONE_BOT }} - password: ${{ secrets.GREENBONE_BOT_PACKAGES_WRITE_TOKEN }} + password: ${{ secrets.GREENBONE_BOT_TOKEN }} - name: Setup additional container meta information id: meta uses: docker/metadata-action@v5