Go releaser #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: SLSA Go releaser | ||
on: | ||
workflow_dispatch: | ||
release: | ||
types: [created] | ||
permissions: read-all | ||
env: | ||
GO_VERSION: '1.21.1' | ||
jobs: | ||
release: | ||
permissions: | ||
id-token: write | ||
contents: write | ||
actions: read | ||
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected] | ||
with: | ||
go-version: ${{ env.GO_VERSION }} | ||
Check failure on line 22 in .github/workflows/publish.yml GitHub Actions / SLSA Go releaserInvalid workflow file
|