Skip to content

Commit

Permalink
ci: Create releases using a private access token to trigger downstrea…
Browse files Browse the repository at this point in the history
…m workflows (publish-to-npm)
  • Loading branch information
frol committed Jan 30, 2024
1 parent 028b001 commit 9f36fa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -240,6 +240,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
- name: "Download Github Artifacts"
uses: actions/download-artifact@v3
Expand All @@ -258,3 +259,4 @@ jobs:
body: ${{ fromJson(needs.host.outputs.val).announcement_github_body }}
prerelease: ${{ fromJson(needs.host.outputs.val).announcement_is_prerelease }}
artifacts: "artifacts/*"
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}

0 comments on commit 9f36fa6

Please sign in to comment.