Skip to content

Commit bbde5fe

Browse files
committed
Use ako releaser github app
Signed-off-by: jose.vazquez <[email protected]>
1 parent 27279f5 commit bbde5fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,8 @@ jobs:
321321
tar czvf atlas-operator-all-in-one-${{ env.VERSION }}.tar.gz -C releases/${{ env.RELEASE_TAG }}/deploy all-in-one.yaml
322322
323323
- name: Tag the release assets
324+
env:
325+
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
324326
run: |
325327
git fetch --tags
326328
git tag -f ${{ env.RELEASE_TAG }} ${{ needs.image2commit.outputs.commit_sha }}

0 commit comments

Comments
 (0)