Skip to content

Remove permission from the template file #43

Remove permission from the template file

Remove permission from the template file #43

name: Release
on:
workflow_dispatch:
push:
tags:
- '*'
jobs:
release:

Check failure on line 10 in .github/workflows/build-wheel-release-publish.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/build-wheel-release-publish.yml (Line: 10, Col: 3): Error calling workflow 'bobleesj/release-scripts/.github/workflows/_build-wheel-release-publish.yml@v0'. The nested job 'update-changelog' is requesting 'contents: write', but is only allowed 'contents: read'. .github/workflows/build-wheel-release-publish.yml (Line: 10, Col: 3): Error calling workflow 'bobleesj/release-scripts/.github/workflows/_build-wheel-release-publish.yml@v0'. The nested job 'github-pre-release' is requesting 'contents: write', but is only allowed 'contents: read'.
uses: bobleesj/release-scripts/.github/workflows/_build-wheel-release-publish.yml@v0
with:
project: cifkit
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}