From 7d2d3924608f38ca5c4acb83a754c2d5b913c583 Mon Sep 17 00:00:00 2001 From: Bethany Date: Fri, 1 Mar 2024 12:37:43 -0500 Subject: [PATCH] use org secret for slack webhook --- .github/workflows/release-new-action-version.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release-new-action-version.yml b/.github/workflows/release-new-action-version.yml index 0b64c97..2876210 100644 --- a/.github/workflows/release-new-action-version.yml +++ b/.github/workflows/release-new-action-version.yml @@ -16,8 +16,6 @@ permissions: jobs: update_tag: name: Update the major tag to include the ${{ github.event.inputs.TAG_NAME || github.event.release.tag_name }} changes - environment: - name: releaseNewActionVersion runs-on: ubuntu-latest steps: - name: Update the ${{ env.TAG_NAME }} tag