diff --git a/.github/workflows/templating.yml b/.github/workflows/templating.yml index af2c9fd049..9b893da625 100644 --- a/.github/workflows/templating.yml +++ b/.github/workflows/templating.yml @@ -24,9 +24,9 @@ jobs: - id: create-token uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: - app-id: ${{ secrets.APP_ID }} + client-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - - uses: munich-quantum-toolkit/templates@f48cb09ff49f5f100f8448cc350a60d2be734be8 # v1.3.0 + - uses: munich-quantum-toolkit/templates@7fe3464fde16330f8d452127a16e29019d7fc81c # v1.3.1 with: token: ${{ steps.create-token.outputs.token }} name: Core