Skip to content

ci: trying to fix Github Release (#3) #2

ci: trying to fix Github Release (#3)

ci: trying to fix Github Release (#3) #2

name: Continous Delivery
on:
push:
branches:
- main
permissions:
contents: read
jobs:
release:
name: Create Github Release
runs-on: ubuntu-22.04
concurrency: release
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@v3
token: ${{ secrets.ADMINISTRATOR_GITHUB_TOKEN }}

Check failure on line 22 in .github/workflows/create_github_release.yaml

View workflow run for this annotation

GitHub Actions / Continous Delivery

Invalid workflow file

The workflow is not valid. .github/workflows/create_github_release.yaml (Line: 22, Col: 7): Unexpected value 'token'
with:
fetch-depth: 0
- name: Create release
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.ADMINISTRATOR_GITHUB_TOKEN }}