Skip to content

test: oidc

test: oidc #31

Workflow file for this run

on:
push:
branches:
- master
workflow_dispatch:
permissions:
id-token: write # Required for OIDC
contents: write
pull-requests: write
name: release-please
jobs:
# release:
# runs-on: ubuntu-latest
# outputs:
# release-published: ${{ steps.release.outputs.release_created }}
# steps:
# - name: Release please
# uses: googleapis/release-please-action@v4
# id: release
# with:
# # this assumes that you have created a personal access token
# # (PAT) and configured it as a GitHub action secret named
# # `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important).
# token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
# # this is a built-in strategy in release-please, see "Action Inputs"
# # for more options
# release-type: node
# # create a release from a path other than the repository's root
# # path: pkg/cmd
# # The short ref name of the branch or tag that triggered
# # the workflow run. For example, `main` or `1.x`
# # target-branch: ${{ github.ref_name }}
# # If true, do not attempt to create releases.
# # This is useful if splitting release tagging from PR creation.
# # skip-github-release: true
publish:
# if: needs.release.outputs.release-published
permissions:
id-token: write # Required for OIDC
contents: read
# needs: release
uses: ./.github/workflows/publish.yml

Check failure on line 47 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "./.github/workflows/publish.yml" (source branch with sha:a2bbf6bd44d088b18de1bd545c0863f00226fd12) : workflow is not reusable as it is missing a `on.workflow_call` trigger