Skip to content

improve sanctum stateful url setup and add default origin policy header #2

improve sanctum stateful url setup and add default origin policy header

improve sanctum stateful url setup and add default origin policy header #2

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@e2343d90828141c2164c9abbfca83461a49a298a'. 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