diff --git a/.forgejo/workflows/os.yml b/.forgejo/workflows/os.yml index a36fca3..9d6a648 100644 --- a/.forgejo/workflows/os.yml +++ b/.forgejo/workflows/os.yml @@ -50,7 +50,7 @@ jobs: - name: Log into Forgejo Container Registry if: github.event_name != 'pull_request' run: | - buildah login -u ${{ github.actor }} -p ${{ secrets.FORGEJO_TOKEN }} ${{ env.REGISTRY }} + buildah login -u ${{ github.actor }} -p ${{ secrets.PACKAGE_TOKEN }} ${{ env.REGISTRY }} - name: Build image with Buildah id: build-image @@ -80,7 +80,7 @@ jobs: - name: Log into Forgejo Container Registry (Cosign) if: github.event_name != 'pull_request' run: | - cosign login ${{ env.REGISTRY }} -u ${{ github.actor }} -p ${{ secrets.FORGEJO_TOKEN }} + cosign login ${{ env.REGISTRY }} -u ${{ github.actor }} -p ${{ secrets.PACKAGE_TOKEN }} - name: Sign image if: github.event_name != 'pull_request'