Skip to content

fix permissions

fix permissions #2

Workflow file for this run

name: releaser
on:
push:
tags:
- v*.*.*
permissions:
contents: read
packages: write
concurrency:
group: goreleaser
cancel-in-progress: true
jobs:
tag:

Check failure on line 16 in .github/workflows/releaser.yaml

View workflow run for this annotation

GitHub Actions / releaser

Invalid workflow file

The workflow is not valid. .github/workflows/releaser.yaml (Line: 16, Col: 3): Error calling workflow 'kdwils/homelab-workflow/.github/workflows/update-image-tag.yml@main'. The workflow is requesting 'contents: write, issues: write', but is only allowed 'contents: read, issues: none'.
uses: kdwils/homelab-workflow/.github/workflows/update-image-tag.yml@main
secrets: inherit
with:
image: kdwils/envoy-proxy-bouncer
registry: ghcr.io
charts:
needs: [tag]
uses: kdwils/homelab-workflow/.github/workflows/helm-release.yml@main
goreleaser:
needs: [tag]
uses: kdwils/homelab-workflow/.github/workflows/go-releaser.yml@main
secrets: inherit