Skip to content

Commit

Permalink
fix: use CI_ARTIFACTS_DEPLOY_KEY in master (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Jun 25, 2024
1 parent 589199a commit 28699ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Use CI_ARTIFACTS_DEPLOY_KEY
with:
CI_ARTIFACTS_DEPLOY_KEY: ${{ secrets.CI_ARTIFACTS_DEPLOY_KEY }}
run: echo "using secret in master"
env:
CI_ARTIFACTS_DEPLOY_KEY: ${{ secrets.CI_ARTIFACTS_DEPLOY_KEY }}

0 comments on commit 28699ee

Please sign in to comment.