diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index aa0d1bd..bcdee4f 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -29,5 +29,7 @@ jobs: tags: | ${REGISTRY}/${IMAGE_NAMESPACE}:${{ github.ref_name }} ${REGISTRY}/${IMAGE_NAMESPACE}:latest + env: + ACTIONS_RUNTIME_TOKEN: '' #https://gitea.com/gitea/act_runner/issues/119#issuecomment-738294 - name: Inspect image run: ${REGISTRY}/${IMAGE_NAMESPACE}:${{ github.ref_name }}