Skip to content

Commit

Permalink
Need token when attaching files to releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbronn committed Jun 13, 2024
1 parent e6f805a commit 015fba8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
path: release/
- name: Attach release assets
env:
GH_TOKEN: ${{ github.token }}
RELEASE_VERSION: ${{ steps.get_version.outputs.release_version }}
run: |
gh release upload ${RELEASE_VERSION} release/cluster-template.yaml release/infrastructure-components.yaml release/metadata.yaml --clobber

0 comments on commit 015fba8

Please sign in to comment.