From bc08069a64249435a6bb8f1648a9f8fec51e0cfc Mon Sep 17 00:00:00 2001 From: Zane Schepke Date: Tue, 15 Apr 2025 16:19:36 -0400 Subject: [PATCH] ci: fix release token --- .github/workflows/publish.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 203c10f3..3508eb10 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -172,7 +172,7 @@ jobs: id: create_release uses: softprops/action-gh-release@v2 env: - GITHUB_TOKEN: ${{ secrets.PAT }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: body: | ${{ env.RELEASE_NOTES }} @@ -197,14 +197,6 @@ jobs: files: | ${{ github.workspace }}/temp/* - # notify socials - - name: Trigger on-publish workflow - if: ${{ inputs.release_type == 'release' }} - uses: peter-evans/repository-dispatch@v3 - with: - token: ${{ secrets.PAT }} - event-type: publish-release - publish-fdroid: runs-on: ubuntu-latest needs: