diff --git a/.github/workflows/Deployment.yml b/.github/workflows/Deployment.yml index 688cb83..49762e0 100644 --- a/.github/workflows/Deployment.yml +++ b/.github/workflows/Deployment.yml @@ -47,6 +47,8 @@ jobs: - name: Setting Master Key run: | echo "$MASTER_KEY" > Tuist/master.key + env: + MASTER_KEY: ${{secrets.MASTER_KEY}} - name: Mise uses: jdx/mise-action@v2