diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d04caea..ff79b57 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,9 @@ on: - 'v*.*.*' workflow_dispatch: +permissions: + contents: write + jobs: build: runs-on: ubuntu-latest @@ -58,6 +61,7 @@ jobs: - name: Create GitHub Release uses: softprops/action-gh-release@v1 with: + token: ${{ secrets.GITHUB_TOKEN }} tag_name: ${{ github.ref_name }} name: ${{ github.ref_name }} draft: false