From 1ffaa015dc3a7358c3afcd07f86d219b0584a702 Mon Sep 17 00:00:00 2001 From: Grant Zukel Date: Thu, 15 Feb 2024 15:54:46 -0700 Subject: [PATCH] updated --- .github/workflows/publish-release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index f234071a2e..3d124b1e39 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -11,6 +11,7 @@ on: type: boolean required: false default: false + description: 'Use this to skip: gosec, gosec-cosmos, nosec_alert,check-changelog, check-upgrade-uandler-updated, build-test, smoke-test and go straight to approval step.' concurrency: group: publish-release @@ -421,7 +422,7 @@ jobs: minimum-approvals: 1 issue-title: "[Release] Approval, version: ${{ github.event.inputs.version }}" issue-body: "Once approved the release pipeline will continue." - exclude-workflow-initiator-as-approver: true + exclude-workflow-initiator-as-approver: false additional-approved-words: '' additional-denied-words: '' @@ -481,7 +482,7 @@ jobs: git push --tags fi - - name: Create GitHub Release on Pull Request + - name: Create GitHub Release uses: softprops/action-gh-release@v1 with: token: ${{ secrets.PAT_GITHUB_SERVICE_ACCT }}