Skip to content

Commit 696904e

Browse files
IEvangelistCopilot
andcommitted
Remove stale v0.67.2 from actions-lock, restore checkout github-app auth
The checkout of microsoft/aspire.dev requires a GitHub App token because the microsoft org enforces authentication in Actions. Restore the github-app block on the checkout section. Also remove the invalid 'permission-discussions: write' lines from the compiled lock file (gh aw compiler bug - discussions is not a valid GitHub Apps API permission scope). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 2a066e7 commit 696904e

3 files changed

Lines changed: 49 additions & 22 deletions

File tree

.github/aw/actions-lock.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
"repo": "github/gh-aw-actions/setup",
1010
"version": "v0.67.1",
1111
"sha": "80471a493be8c528dd27daf73cd644242a7965e0"
12-
},
13-
"github/gh-aw-actions/setup@v0.67.2": {
14-
"repo": "github/gh-aw-actions/setup",
15-
"version": "v0.67.2",
16-
"sha": "03e31e064a68e8d5ad890c92f303cfb5a3536006"
1712
}
1813
}
1914
}

.github/workflows/pr-docs-check.lock.yml

Lines changed: 44 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/pr-docs-check.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ if: >-
2626
2727
checkout:
2828
- repository: microsoft/aspire.dev
29+
github-app:
30+
app-id: ${{ secrets.ASPIRE_BOT_APP_ID }}
31+
private-key: ${{ secrets.ASPIRE_BOT_PRIVATE_KEY }}
32+
owner: "microsoft"
33+
repositories: ["aspire.dev"]
2934
current: true
3035

3136
permissions:

0 commit comments

Comments
 (0)