diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 100a766dce..d95dafc1a9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -92,7 +92,7 @@ jobs: app_id: ${{env.APP_ID}} private_key: ${{ secrets.TOKEN_EXCHANGE_GH_APP_PRIVATE_KEY }} repositories: >- - [ ${{ github.repository }} ] + [ "${{ github.repository }}" ] permissions: >- {"contents": "write"} - name: Set VERSION variable from tag @@ -122,7 +122,7 @@ jobs: app_id: ${{env.APP_ID}} private_key: ${{ secrets.TOKEN_EXCHANGE_GH_APP_PRIVATE_KEY }} repositories: >- - [ ${{ github.repository }} ] + [ "${{ github.repository }}" ] permissions: >- {"contents": "write", "pull_requests": "write"} - name: Checkout repository code @@ -172,7 +172,7 @@ jobs: app_id: ${{env.APP_ID}} private_key: ${{ secrets.TOKEN_EXCHANGE_GH_APP_PRIVATE_KEY }} repositories: >- - [ ${{ github.repository }} ] + [ "${{ github.repository }}" ] permissions: >- {"contents": "write", "pull_requests": "write"} - name: Checkout repository code