From 7e36a0ded43f638cc48d00a9986fb18346306031 Mon Sep 17 00:00:00 2001 From: Vitaly Mikhailov Date: Wed, 21 Sep 2022 01:35:39 +0300 Subject: [PATCH] Update release-github.yml --- .github/workflows/release-github.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index d9e578c..3e26e85 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -17,10 +17,6 @@ on: artifact_name: required: true type: string - secrets: - GITHUB_TOKEN: - description: 'A token passed from the caller workflow' - required: true jobs: publish-on-github: @@ -29,8 +25,7 @@ jobs: steps: - uses: ./.github/workflows/setup-common.yml@master - secrets: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + secrets: inherit - name: Download Module artifact uses: actions/download-artifact@v3