change token secret name
Some checks failed
os / build (push) Has been cancelled

This commit is contained in:
Anders da Silva Rytter Hansen 2026-05-02 11:12:51 -03:00
commit 322fd22823

View file

@ -50,7 +50,7 @@ jobs:
- name: Log into Forgejo Container Registry - name: Log into Forgejo Container Registry
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
run: | 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 - name: Build image with Buildah
id: build-image id: build-image
@ -80,7 +80,7 @@ jobs:
- name: Log into Forgejo Container Registry (Cosign) - name: Log into Forgejo Container Registry (Cosign)
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
run: | 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 - name: Sign image
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'