|
|
@ -17,10 +17,6 @@ on:
|
|
|
|
artifact_name:
|
|
|
|
artifact_name:
|
|
|
|
required: true
|
|
|
|
required: true
|
|
|
|
type: string
|
|
|
|
type: string
|
|
|
|
secrets:
|
|
|
|
|
|
|
|
GITHUB_TOKEN:
|
|
|
|
|
|
|
|
description: 'A token passed from the caller workflow'
|
|
|
|
|
|
|
|
required: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
publish-on-github:
|
|
|
|
publish-on-github:
|
|
|
@ -29,8 +25,7 @@ jobs:
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
|
|
|
|
|
|
|
|
- uses: ./.github/workflows/setup-common.yml@master
|
|
|
|
- uses: ./.github/workflows/setup-common.yml@master
|
|
|
|
secrets:
|
|
|
|
secrets: inherit
|
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Download Module artifact
|
|
|
|
- name: Download Module artifact
|
|
|
|
uses: actions/download-artifact@v3
|
|
|
|
uses: actions/download-artifact@v3
|
|
|
|