Skip to content

chore(deps): update dargmuesli/github-actions action to v3 #3042

chore(deps): update dargmuesli/github-actions action to v3

chore(deps): update dargmuesli/github-actions action to v3 #3042

Workflow file for this run

name: 'CI'
on:
pull_request:
push:
jobs:
build:
name: DargStack rgen
uses: dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@714a68188444d710ffa3e9f35a05f6a9d420931d # 3.2.0
release-semantic:

Check failure on line 11 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 11, Col: 3): Error calling workflow 'dargmuesli/github-actions/.github/workflows/release-semantic.yml@714a68188444d710ffa3e9f35a05f6a9d420931d'. The nested job 'semantic-release' is requesting 'id-token: write', but is only allowed 'id-token: none'.
needs: build
name: Semantic Release
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@714a68188444d710ffa3e9f35a05f6a9d420931d # 3.2.0
permissions:
contents: write
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}