Skip to content

Commit

Permalink
CI: try using a dedicated token
Browse files Browse the repository at this point in the history
GA_TOKEN has the following:
* repo (Full control of private repositories)
* write:packages (Write packages for the repository)
  • Loading branch information
fedorov committed Sep 11, 2023
1 parent 8db8699 commit 1c47368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
--prerelease-packages "build/dcmqi-build/dcmqi-*-linux-*.tar.gz" \
--prerelease-packages-clear-pattern "dcmqi-*-linux-*" \
--prerelease-packages-keep-pattern "*<COMMIT_DATE>-<COMMIT_SHORT_SHA>*" \
--exit-success-if-missing-token --token ${{ secrets.GITHUB_TOKEN }}
--exit-success-if-missing-token --token ${{ secrets.GA_TOKEN }}

0 comments on commit 1c47368

Please sign in to comment.