diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f19c73b..a735495 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: id: trigganator uses: actions/create-github-app-token@v3 with: - app-id: ${{ vars.TRIGGANATOR_ID }} + client-id: ${{ vars.TRIGGANATOR_ID }} private-key: ${{ secrets.TRIGGANATOR_KEY }} owner: helpers4 repositories: website @@ -57,4 +57,4 @@ jobs: token: ${{ steps.trigganator.outputs.token }} repository: helpers4/website event-type: devcontainer-release - client-payload: '{"version": "${{ github.ref_name }}"}' + client-payload: "{\"version\": \"${{ github.ref_name }}\"}"