From 1a80b120d7208c3cc35909cbe812908844a05f59 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Sun, 25 Aug 2024 21:35:40 +0100 Subject: [PATCH] Use the correct secrets value --- .forgejo/workflows/test-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/test-and-publish.yml b/.forgejo/workflows/test-and-publish.yml index d6d2507..67eda26 100644 --- a/.forgejo/workflows/test-and-publish.yml +++ b/.forgejo/workflows/test-and-publish.yml @@ -54,7 +54,7 @@ jobs: with: registry: ${{ env.REGISTRY }} username: ${{ env.GITHUB_ACTOR }} - password: ${{ env.PACKAGE_PAT }} + password: ${{ secrets.PACKAGE_PAT }} - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3