Skip to content

fix(promote): set package permissions #13

fix(promote): set package permissions

fix(promote): set package permissions #13

Workflow file for this run

name: Release
on:
push:
branches:
- main
- master
tags:
- "v*"
paths-ignore:
- "**.md"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
jobs:
promote:

Check failure on line 21 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 21, Col: 3): Error calling workflow 'getdevopspro/github-actions/.github/workflows/promote.yml@ee15b790951dd9ffbb1a9312ce13d2d9f1f3d3ba'. The workflow is requesting 'packages: write', but is only allowed 'packages: none'.
uses: ./.github/workflows/promote.yml
secrets:
checkout-token: ${{ secrets.BOT_RELEASE_CHECKOUT_TOKEN }}
with:
version-makefile: Makefile
git-add-files: Makefile
git-user-name: getdevopspro-cibot
git-user-email: 203600057+getdevopspro-cibot@users.noreply.github.com
make-target-pre-push: release-version