From e23e70f0ca81e62f97c8a86324d997b06d73565c Mon Sep 17 00:00:00 2001 From: Lee Jacobson Date: Mon, 12 Sep 2022 18:16:57 +0100 Subject: [PATCH] [DW-000] Workflow update --- .github/workflows/distribution-workflow.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/distribution-workflow.yaml b/.github/workflows/distribution-workflow.yaml index 49f1440..6851c32 100644 --- a/.github/workflows/distribution-workflow.yaml +++ b/.github/workflows/distribution-workflow.yaml @@ -16,6 +16,7 @@ jobs: with: fetch-depth: 0 ref: ${{ github.event.release.target_commitish }} + token: ${{ secrets.RELEASE_BOT_TOKEN }} # Set Node.js version - name: Request Node Version @@ -45,7 +46,7 @@ jobs: git commit -m "${{ github.event.release.tag_name }}" git push env: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.RELEASE_BOT_TOKEN }} # Store CDN distribution workflow artifacts - name: Archive dist artifacts