From d0099c6095762c7b7919aef6daf4b3753e2b6298 Mon Sep 17 00:00:00 2001 From: 030 Date: Sun, 21 Apr 2024 16:48:43 +0200 Subject: [PATCH] build: [#561] Write repo permission required to push docker image --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b1d7b1b..5615c495 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,14 +60,14 @@ jobs: if: ${{ startsWith(matrix.os, 'windows') }} # yamllint enable rule:line-length - name: Upload binaries to release - uses: svenstaro/upload-release-action@2.7.0 + uses: svenstaro/upload-release-action@2.9.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: cmd/n3dr/${{ env.n3dr-deliverable }} asset_name: ${{ env.n3dr-deliverable }} tag: ${{ github.ref }} - name: Upload checksums - uses: svenstaro/upload-release-action@2.7.0 + uses: svenstaro/upload-release-action@2.9.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: cmd/n3dr/${{ env.n3dr-deliverable }}.sha512.txt