From 433a8d73f9ba66588ab63a1cdffa091dd983826f Mon Sep 17 00:00:00 2001 From: kpk47 Date: Wed, 20 Mar 2024 18:10:13 -0700 Subject: [PATCH 1/3] chore: fix release workflow Signed-off-by: kpk47 --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c67c6a228..4ae7e7658e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,11 +44,13 @@ jobs: path: __EXAMPLE_PACKAGE__ - name: manual release ref env: + GH_TOKEN: ${{ github.token }} RELEASE_TAG: "${{ inputs.release-tag }}" if: github.ref_type != 'tag' run: ./__THIS_REPO__/.github/workflows/scripts/pre-release/references.sh - name: new tag release ref env: + GH_TOKEN: ${{ github.token }} RELEASE_TAG: "${{ github.ref_name }}" if: github.ref_type == 'tag' run: ./__THIS_REPO__/.github/workflows/scripts/pre-release/references.sh From e114a8608482627cc7c63c3bc529c8e1e4f9d39f Mon Sep 17 00:00:00 2001 From: kpk47 Date: Wed, 20 Mar 2024 18:15:28 -0700 Subject: [PATCH 2/3] force retry Signed-off-by: kpk47 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 852df654c2..e96196424b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SLSA GitHub Generator -[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/slsa-framework/slsa-github-generator/badge)](https://api.securityscorecards.dev/projects/github.com/slsa-framework/slsa-github-generator) + [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/slsa-framework/slsa-github-generator/badge)](https://api.securityscorecards.dev/projects/github.com/slsa-framework/slsa-github-generator) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/6503/badge)](https://bestpractices.coreinfrastructure.org/projects/6503) [![Go Report Card](https://goreportcard.com/badge/github.com/slsa-framework/slsa-github-generator)](https://goreportcard.com/report/github.com/slsa-framework/slsa-github-generator) [![Slack](https://img.shields.io/static/v1?label=openssf.slack.com&message=%23slsa-tooling&color=4A154B&logo=slack)](https://slack.openssf.org/) From 5070c4b41eab7653be417accaf32e2a5df557f4c Mon Sep 17 00:00:00 2001 From: kpk47 Date: Wed, 20 Mar 2024 18:15:44 -0700 Subject: [PATCH 3/3] force retry Signed-off-by: kpk47 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e96196424b..852df654c2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SLSA GitHub Generator - [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/slsa-framework/slsa-github-generator/badge)](https://api.securityscorecards.dev/projects/github.com/slsa-framework/slsa-github-generator) +[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/slsa-framework/slsa-github-generator/badge)](https://api.securityscorecards.dev/projects/github.com/slsa-framework/slsa-github-generator) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/6503/badge)](https://bestpractices.coreinfrastructure.org/projects/6503) [![Go Report Card](https://goreportcard.com/badge/github.com/slsa-framework/slsa-github-generator)](https://goreportcard.com/report/github.com/slsa-framework/slsa-github-generator) [![Slack](https://img.shields.io/static/v1?label=openssf.slack.com&message=%23slsa-tooling&color=4A154B&logo=slack)](https://slack.openssf.org/)