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

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

authored by

renovate[bot] and committed by
GitHub
4fff41d9 07287583

+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 }}