Skip to content

Commit

Permalink
Merge pull request #21 from NHS-digital-website/DW-000-package-update
Browse files Browse the repository at this point in the history
[DW-000] Workflow update
  • Loading branch information
LEJA3 committed Sep 12, 2022
2 parents aecfb0a + e23e70f commit 8cbdf02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/distribution-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8cbdf02

Please sign in to comment.