Skip to content

Commit ba92a24

Browse files
Document latest GitHub App token action
Identify the pinned actions/create-github-app-token release as v3.2.0 in workflow and documentation references. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 449dbb0 commit ba92a24

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/Build-Module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Create GitHub App token
4545
id: App-Token
46-
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
46+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
4747
with:
4848
client-id: ${{ secrets.GitHubAppClientId }}
4949
private-key: ${{ secrets.GitHubAppPrivateKey }}

.github/workflows/Plan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Create GitHub App token
9090
id: App-Token
91-
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
91+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
9292
with:
9393
client-id: ${{ secrets.GitHubAppClientId }}
9494
private-key: ${{ secrets.GitHubAppPrivateKey }}

.github/workflows/Publish-Module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Create GitHub App token
4747
id: App-Token
48-
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
48+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
4949
with:
5050
client-id: ${{ secrets.GitHubAppClientId }}
5151
private-key: ${{ secrets.GitHubAppPrivateKey }}

docs/content/guides/github-app-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The token action is pinned and exposes its output only to the steps that need Gi
8585
```yaml
8686
- name: Create GitHub App token
8787
id: App-Token
88-
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
88+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
8989
with:
9090
client-id: ${{ secrets.GitHubAppClientId }}
9191
private-key: ${{ secrets.GitHubAppPrivateKey }}

0 commit comments

Comments
 (0)