Skip to content

Updated package versions #1

Updated package versions

Updated package versions #1

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@04977df9a3ebf6310615b323585e2f4e6b006f51'. 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