fork of hey-api/openapi-ts because I need some additional things

Merge pull request #3074 from hey-api/renovate/actions-create-github-app-token-2.x

chore(deps): update actions/create-github-app-token action to v2.2.1

authored by

Lubos and committed by
GitHub
9e718186 3034e5ef

+1 -1
+1 -1
.github/workflows/release.yml
··· 41 41 42 42 - name: Generate GitHub App Token 43 43 id: app-token 44 - uses: actions/create-github-app-token@v2.1.4 44 + uses: actions/create-github-app-token@v2.2.1 45 45 with: 46 46 app-id: ${{ secrets.GIT_APP_CLIENT_ID }} 47 47 private-key: ${{ secrets.GIT_APP_PRIVATE_KEY }}