We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4645bd0 commit 8ea8003Copy full SHA for 8ea8003
.changeset/itchy-sheep-tie.md
.changeset/rare-moose-work.md
.github/workflows/release.yml
@@ -248,8 +248,18 @@ jobs:
248
name: Release
249
runs-on: ubuntu-latest
250
steps:
251
+ - uses: actions/create-github-app-token@v1
252
+ id: app-token
253
+ with:
254
+ app-id: ${{ vars.VERSION_BUMPER_APPID }}
255
+ private-key: ${{ secrets.VERSION_BUMPER_SECRET }}
256
+
257
- name: Checkout Repo
258
uses: actions/checkout@v3
259
260
+ fetch-depth: 0
261
+ token: ${{ steps.app-token.outputs.token }}
262
263
264
- name: Set up Python
265
uses: actions/setup-python@v4
0 commit comments