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

Configure Feed

Select the types of activity you want to include in your feed.

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

chore(deps): update actions/create-github-app-token action to v3

authored by

Lubos and committed by
GitHub
6949ddbf 6e76af7f

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