Skip to content

.gitignore vendor - goreleaser fails on dirty state #7

.gitignore vendor - goreleaser fails on dirty state

.gitignore vendor - goreleaser fails on dirty state #7

Workflow file for this run

name: 'Release the thing'
on:
push:
tags:
- 'v*.*.*-*'
jobs:
build-and-publish-images:

Check failure on line 9 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / Release the thing

Invalid workflow file

The workflow is not valid. .github/workflows/release.yaml (Line: 9, Col: 3): Error calling workflow 'kedify/github-meta/.github/workflows/kedify-release.yml@main'. The nested job 'build-and-publish-images' is requesting 'contents: write, packages: write, id-token: write', but is only allowed 'contents: read, packages: read, id-token: none'.
secrets: inherit
uses: kedify/github-meta/.github/workflows/kedify-release.yml@main
with:
tag: ${{ github.ref_name }}