diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index 1aff5a2..d39ac13 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -1,12 +1,13 @@ name: CI/CD + on: - - merge_group - - pull_request - push + - pull_request - workflow_dispatch env: FORCE_COLOR: 1 + SIGNING_SECRET: "xma1238904" concurrency: cancel-in-progress: true @@ -41,6 +42,10 @@ jobs: with: python-version: "3.11" + - name: Set up environment variables + env: + SIGNING_SECRET: ${{ env.SIGNING_SECRET }} + - name: Install dependencies run: | python -m pip install --upgrade poetry