Skip to content

Create stable release #2

Create stable release

Create stable release #2

name: Create stable release
on:
schedule:
- cron: "0 3 * * 0" # At 03:00 on Sunday
workflow_dispatch:
jobs:
create-release:
permissions:
contents: write
uses: workleap/wl-reusable-workflows/.github/workflows/create-stable-release.yml@main
secrets:
token: ${{ secrets.IDP_AUTOMATION_GITHUB_TOKEN }}

Check failure on line 14 in .github/workflows/create-stable-release.yml

View workflow run for this annotation

GitHub Actions / Create stable release

Invalid workflow file

The workflow is not valid. .github/workflows/create-stable-release.yml (Line: 14, Col: 14): Invalid secret, token is not defined in the referenced workflow. .github/workflows/create-stable-release.yml (Line: 9, Col: 3): Error calling workflow 'workleap/wl-reusable-workflows/.github/workflows/create-stable-release.yml@main'. The nested job 'job' is requesting 'id-token: write', but is only allowed 'id-token: none'.