Skip to content

fix release-dev permissions #2

fix release-dev permissions

fix release-dev permissions #2

Workflow file for this run

name: Release Sourcebot (Development)
on:
push:
branches: ["main"]
jobs:
build:

Check failure on line 8 in .github/workflows/release-dev.yml

View workflow run for this annotation

GitHub Actions / Release Sourcebot (Development)

Invalid workflow file

The workflow is not valid. .github/workflows/release-dev.yml (Line: 8, Col: 3): Error calling workflow 'sourcebot-dev/sourcebot/.github/workflows/_build.yml@3e46cac4ce78a4ebcb949ab1518df9ad23c5a343'. The nested job 'build' is requesting 'packages: write, id-token: write', but is only allowed 'packages: read, id-token: none'.
uses: ./.github/workflows/_build.yml
with:
git_ref: ${{ github.ref_name }}
docker_tags: type=raw,value=main
use_app_token: false
secrets: inherit
publish-to-registry:
needs: build
uses: ./.github/workflows/_merge.yml
with:
docker_tags: type=raw,value=main