diff --git a/.gitea/workflows/artifacthub-metadata.yaml b/.gitea/workflows/artifacthub-metadata.yaml index 6e05a66..9340627 100644 --- a/.gitea/workflows/artifacthub-metadata.yaml +++ b/.gitea/workflows/artifacthub-metadata.yaml @@ -30,7 +30,7 @@ jobs: oras push ${GITEA_SERVER_HOSTNAME}/${REPOSITORY_OWNER}/${REPOSITORY_NAME}:artifacthub.io \ --config /dev/null:application/vnd.cncf.artifacthub.config.v1+yaml \ artifacthub-repo.yml:application/vnd.cncf.artifacthub.repository-metadata.layer.v1.yaml - - name: Push public cosign key to ${GITEA_SERVER_HOSTNAME} + - name: Push public cosign key env: COSIGN_PUBLIC_KEY: ${{ vars.COSIGN_PUBLIC_KEY }} run: |