diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d80b81..f899da9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,6 @@ name: release +permissions: + contents: write on: push: tags: @@ -25,7 +27,6 @@ jobs: id: release uses: softprops/action-gh-release@v1 with: - token: ${{ secrets.TAP_TOKEN }} body_path: notes-${{ github.ref_name }}.md build-release: name: build-release @@ -77,7 +78,6 @@ jobs: - name: Upload release archive uses: softprops/action-gh-release@v1 with: - token: ${{ secrets.TAP_TOKEN }} files: | ${{ env.ASSET }} homebrew-releaser: