From 3a04c09385817006723ec8f4e12bff53bd0466f0 Mon Sep 17 00:00:00 2001 From: drodarie Date: Fri, 2 Aug 2024 17:03:28 +0200 Subject: [PATCH] fix: remove env --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac40b7a..da0480f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,6 @@ jobs: outputs: tag: ${{ steps.semver.outputs.next }} old_tag: ${{ steps.semver.outputs.current }} - environment: codegen steps: - name: Create Github token uses: actions/create-github-app-token@v1 @@ -69,7 +68,6 @@ jobs: release: runs-on: ubuntu-latest needs: bump - environment: codegen steps: - name: Create Github token uses: actions/create-github-app-token@v1 @@ -117,7 +115,9 @@ jobs: deploy: runs-on: ubuntu-latest needs: release - environment: codegen + environment: + name: testpypi + url: https://test.pypi.org/p/drodarie_test_actions permissions: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing