From d4b901ac7c3ed0a97d23e43a1e4ce3dcb30f07e9 Mon Sep 17 00:00:00 2001 From: Matthew Date: Tue, 29 Oct 2024 11:23:04 -0400 Subject: [PATCH] chore: update workflows for new secrets mgmt --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d6979b63..9612c7f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,11 +14,12 @@ jobs: with: slack-api-token: ${{ secrets.SLACK_DUCKBOT_API_KEY }} channel: ${{ vars.SLACK_DUCKBOT_PRODUCT_DEPLOY_CHANNEL }} + - name: Checkout uses: actions/checkout@v3 with: fetch-depth: 0 - token: ${{ secrets.SEMANTIC_RELEASE_PAT }} + token: ${{ secrets.GH_SEMANTIC_RELEASE_PAT }} - name: Bump version and push tag id: tag-version @@ -46,8 +47,9 @@ jobs: uses: ad-m/github-push-action@master if: ${{ steps.tag-version.outputs.release_type != '' }} with: - github_token: ${{ secrets.SEMANTIC_RELEASE_PAT }} + github_token: ${{ secrets.GH_SEMANTIC_RELEASE_PAT }} branch: ${{ github.ref }} + - name: Stop Deploy Message if: always() uses: Basis-Theory/github-actions/deploy-slack-action@master