Skip to content

fix engineerd/setup-kind action #2

fix engineerd/setup-kind action

fix engineerd/setup-kind action #2

Workflow file for this run

name: Versioning
on:
push:
branches:
- release
permissions:
contents: write
jobs:
versioning:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: Calculate version
id: calculate-version
uses: bitshifted/git-auto-semver@v1
with:
main_branch: main
create_tag: true
tag_prefix: "v"
release:

Check failure on line 27 in .github/workflows/versioning.yml

View workflow run for this annotation

GitHub Actions / Versioning

Invalid workflow file

The workflow is not valid. .github/workflows/versioning.yml (Line: 27, Col: 3): Error calling workflow 'Altinity/transfer/.github/workflows/release.yml@5be9912f3392086c5fa8f20a1f58c4498f1bb947'. The workflow is requesting 'packages: write', but is only allowed 'packages: none'.
needs: [versioning]
uses: ./.github/workflows/release.yml
secrets: inherit