We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cdbbacb + f32c88c commit a976532Copy full SHA for a976532
1 file changed
.github/workflows/Deployment.yml
@@ -47,6 +47,8 @@ jobs:
47
- name: Setting Master Key
48
run: |
49
echo "$MASTER_KEY" > Tuist/master.key
50
+ env:
51
+ MASTER_KEY: ${{secrets.MASTER_KEY}}
52
53
- name: Mise
54
uses: jdx/mise-action@v2
0 commit comments