Skip to content

Commit

Permalink
feat(embed): adjust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
larisa17 committed Feb 5, 2025
1 parent b3dd910 commit aba7db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/embed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Retrieve Secrets from 1Password
id: fetch_secrets
run: |
SECRETS=$(op read "op://Engineering/${{ env.ONE_PASS_ENV }}")
SECRETS=$(op read "op://DevOps/${{ env.ONE_PASS_ENV }}")
echo "SECRETS=$SECRETS" >> $GITHUB_ENV
- name: Create .env file
Expand Down

0 comments on commit aba7db9

Please sign in to comment.