diff --git a/.github/workflows/release-flows.yml b/.github/workflows/release-flows.yml index 4c4b27ce..04dd23ff 100644 --- a/.github/workflows/release-flows.yml +++ b/.github/workflows/release-flows.yml @@ -65,6 +65,7 @@ jobs: app-id: ${{ vars.DISCORDJS_APP_ID }} private-key: ${{ secrets.DISCORDJS_APP_KEY_RELEASE }} permission-contents: write + permission-pull-requests: write - name: Checkout repository uses: actions/checkout@v6 @@ -128,6 +129,7 @@ jobs: app-id: ${{ vars.DISCORDJS_APP_ID }} private-key: ${{ secrets.DISCORDJS_APP_KEY_RELEASE }} permission-contents: write + permission-pull-requests: write - name: Checkout repository uses: actions/checkout@v6