mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
fix: Add missing Github Token for download artifacts from other workflows (#27202)
This commit is contained in:
parent
b561ac8cb2
commit
72644e72f6
2
.github/workflows/server-ci-artifacts.yml
vendored
2
.github/workflows/server-ci-artifacts.yml
vendored
@ -43,6 +43,7 @@ jobs:
|
|||||||
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
|
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
|
||||||
with:
|
with:
|
||||||
run-id: ${{ github.event.workflow_run.id }}
|
run-id: ${{ github.event.workflow_run.id }}
|
||||||
|
github-token: ${{ github.token }}
|
||||||
name: server-dist-artifact
|
name: server-dist-artifact
|
||||||
path: server/dist
|
path: server/dist
|
||||||
|
|
||||||
@ -88,6 +89,7 @@ jobs:
|
|||||||
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
|
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
|
||||||
with:
|
with:
|
||||||
run-id: ${{ github.event.workflow_run.id }}
|
run-id: ${{ github.event.workflow_run.id }}
|
||||||
|
github-token: ${{ github.token }}
|
||||||
name: server-build-artifact
|
name: server-build-artifact
|
||||||
path: server/build/
|
path: server/build/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user