Skip to content

fix: Add back temporary workflow to publish main to ghcr (#725) #1

fix: Add back temporary workflow to publish main to ghcr (#725)

fix: Add back temporary workflow to publish main to ghcr (#725) #1

Workflow file for this run

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

Check failure on line 11 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: 11, Col: 3): Error calling workflow 'sourcebot-dev/sourcebot/.github/workflows/_build.yml@47e28204a792d0fd714080a7192d50e17f93765d'. The nested job 'build' is requesting 'packages: write, id-token: write', but is only allowed 'packages: none, 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