Skip to content

Commit

Permalink
fix: set deploy staging branch to main (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsna authored Sep 26, 2023
1 parent cd6a7a5 commit f161f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: staging
ref: main

- name: Import secrets from Vault
id: import_secrets
Expand Down

0 comments on commit f161f38

Please sign in to comment.