Skip to content

#131 Fixed invalid signature error with invitation acceptance. #3

#131 Fixed invalid signature error with invitation acceptance.

#131 Fixed invalid signature error with invitation acceptance. #3

Workflow file for this run

name: Deployment
on:
push:
branches: [ "main" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "main" ]
jobs:
tests:
uses: ./.github/workflows/ci.yml
docker:

Check failure on line 15 in .github/workflows/deployment.yaml

View workflow run for this annotation

GitHub Actions / Deployment

Invalid workflow file

The workflow is not valid. .github/workflows/deployment.yaml (Line: 15, Col: 5): Error calling workflow 'sublinks/input/.github/workflows/docker-publish.yml@8f6e0e4da9939afa4c1d3b6b94f34e28708fa728'. The nested job 'build' is requesting 'packages: write, id-token: write', but is only allowed 'packages: read, id-token: none'.
needs: tests
uses: ./.github/workflows/docker-publish.yml