From 94c7563edcdc4252eb2c0bfc89b8ca362b892d4c Mon Sep 17 00:00:00 2001 From: Asaf Gardin Date: Sun, 19 Nov 2023 22:46:01 +0200 Subject: [PATCH] fix: keys --- .github/workflows/release_version.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release_version.yaml b/.github/workflows/release_version.yaml index f979d3d..54f491e 100644 --- a/.github/workflows/release_version.yaml +++ b/.github/workflows/release_version.yaml @@ -17,13 +17,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - github_token: ${{ secrets.GH_PAT_SEM_REL }} - - - name: Show GitHub context - env: - GITHUB_CONTEXT: ${{ toJson(github) }} - run: echo "$GITHUB_CONTEXT" - shell: bash + token: ${{ secrets.GH_PAT_SEM_REL }} - name: Python Semantic Release uses: python-semantic-release/python-semantic-release@master @@ -35,4 +29,4 @@ jobs: uses: python-semantic-release/upload-to-gh-release@main if: steps.release.outputs.released == 'true' with: - github_token: ${{ secrets.GH_PAT_SEM_REL }} + token: ${{ secrets.GH_PAT_SEM_REL }}