Skip to content

Commit

Permalink
Pass custom token via create-release
Browse files Browse the repository at this point in the history
  • Loading branch information
helayoty authored Sep 11, 2023
1 parent ba00d1f commit 413342b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
fetch-depth: 0
submodules: true
- uses: ./.github/actions/download-artifact
with:
github-token: ${{ secrets.KDM_ACCESS_TOKEN_READ }}
- name: Parse artifacts and assign GA environment variables
run: |
tag=$(tail -n 1 /tmp/artifacts/tag.txt)
Expand Down

0 comments on commit 413342b

Please sign in to comment.