Skip to content

Commit

Permalink
use CI_ARTIFACTS_DEPLOY_KEY in master (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
signed-long authored Jun 25, 2024
1 parent dd879f2 commit 589199a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,8 @@ jobs:
comment_tag: run_id
pr_number: ${{ steps.pr.outputs.result }}
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"

0 comments on commit 589199a

Please sign in to comment.