We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7378fe commit 4dbc57eCopy full SHA for 4dbc57e
1 file changed
.github/workflows/promote-shipped-apis.yml
@@ -14,18 +14,18 @@ jobs:
14
contents: read
15
16
steps:
17
- - name: Checkout code
18
- uses: actions/checkout@v6
19
- with:
20
- fetch-depth: 0
21
- token: ${{ steps.app-token.outputs.token }}
22
-
23
- name: Generate GitHub App token
24
id: app-token
25
uses: actions/create-github-app-token@v2
26
with:
27
app-id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
28
private-key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}
+
+ - name: Checkout code
+ uses: actions/checkout@v6
+ with:
+ fetch-depth: 0
+ token: ${{ steps.app-token.outputs.token }}
29
30
- name: Configure git
31
shell: pwsh
0 commit comments