From 74f28bc52630cd80a38f4da6a2f32f0f6cc6600f Mon Sep 17 00:00:00 2001 From: Rubens Farias Date: Wed, 13 Sep 2023 18:12:46 -0400 Subject: [PATCH] Update tibdex/github-app-token (#160) And remove dropped input. --- .github/workflows/release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 222a9ab..c43d395 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,11 +25,10 @@ jobs: steps: - name: Generate token id: generate_token - uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 + uses: tibdex/github-app-token@0914d50df753bbc42180d982a6550f195390069f with: app_id: ${{env.APP_ID}} private_key: ${{ secrets.TOKEN_EXCHANGE_GH_APP_PRIVATE_KEY }} - repository: ${{ github.repository }} permissions: >- {"contents": "write", "pull_requests": "write"} - name: Checkout repository code