Skip to content

Commit

Permalink
CI: Expose GitHub token to download release assets
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Yen <mark.yen@suse.com>
  • Loading branch information
mook-as committed Jan 6, 2025
1 parent 70d9c1a commit a5aeca4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/upgrade-generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
contents: write # needed to list draft releases
steps:
- run: gh release download v1.17.0 --pattern 'rancher-desktop-linux-*'
env:
GH_TOKEN: ${{ github.token }}
- run: sha512sum --check *.sha512sum
- run: >-
aws s3 cp \
Expand Down

0 comments on commit a5aeca4

Please sign in to comment.