Skip to content

add config

add config #17

Workflow file for this run

name: 'Changelog CI'
on: [ push ]
permissions:
contents: read-all

Check failure on line 4 in .github/workflows/changelog-ci.yml

View workflow run for this annotation

GitHub Actions / Changelog CI

Invalid workflow file

The workflow is not valid. .github/workflows/changelog-ci.yml (Line: 4, Col: 13): Unexpected value 'read-all' .github/workflows/changelog-ci.yml (Line: 5, Col: 18): Unexpected value 'read-all'
pull-requests: read-all
jobs:
release:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- name: Build Changelog
id: github_release
uses: mikepenz/release-changelog-builder-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Release
uses: mikepenz/action-gh-release@v0.2.0-a03 #softprops/action-gh-release
with:
body: ${{steps.github_release.outputs.changelog}}