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 d8bffcc commit 813e30aCopy full SHA for 813e30a
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
private-key: ${{ secrets.APIXBOT_APP_PEM }}
29
- uses: actions/checkout@v5
30
with:
31
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ steps.app-token.outputs.token }}
32
fetch-depth: 0
33
- name: Setup node
34
uses: actions/setup-node@v4
0 commit comments