Skip to content

Commit ae2ae48

Browse files
committed
We have to explicitly specify github-token even though it is the default for this to work in theory
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
1 parent c87692d commit ae2ae48

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/docs-pr-netlify.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- name: 📥 Download artifact
1717
uses: actions/download-artifact@v4
1818
with:
19+
github-token: ${{ secrets.GITHUB_TOKEN }}
1920
run-id: ${{ github.event.workflow_run.id }}
2021
name: docs
2122
path: docs

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,15 @@ jobs:
4646
uses: actions/download-artifact@v4
4747
if: ${{ !inputs.sharded }}
4848
with:
49+
github-token: ${{ secrets.GITHUB_TOKEN }}
4950
run-id: ${{ github.event.workflow_run.id }}
5051
name: coverage
5152
path: coverage
5253
- name: 📥 Download sharded artifacts
5354
uses: actions/download-artifact@v4
5455
if: inputs.sharded
5556
with:
57+
github-token: ${{ secrets.GITHUB_TOKEN }}
5658
run-id: ${{ github.event.workflow_run.id }}
5759
pattern: coverage-*
5860
path: coverage

0 commit comments

Comments
 (0)