Skip to content

Release GHCR

Release GHCR #3

Workflow file for this run

name: Release GHCR
on:
release:
types: [published]
push:
branches:
- swanny-ghcr
workflow_dispatch:
# simplest example of using the rust-base action
jobs:
ghcr-release:
uses: init4tech/actions/.github/workflows/ghcr.yml@main

Check failure on line 14 in .github/workflows/ghcr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ghcr.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ghcr.yml" -> "init4tech/actions/.github/workflows/ghcr.yml@main" (source branch with sha:5d217ffc4568093f278e30f8fa0534a2f26c9b31) : secret name `GITHUB_TOKEN` within `workflow_call` can not be used since it would collide with system reserved name
permissions:
contents: read
packages: write
attestations: write
id-token: write