Skip to content

Commit

Permalink
Fix the actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-cafecito committed Dec 8, 2024
1 parent 4ba12d1 commit 1c6efb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Inject Secrets into HTML
run: |
echo "Replacing placeholders with secrets"
sed -i "s|{{ DEVCYCLE_CLIENT_SDK_KEY }}|${{ secrets.DEVCYCLE_CLIENT_SDK_KEY }}|g" ./devcycle.js
sed -i "s|{{ DEVCYCLE_CLIENT_SDK_KEY }}|${{ secrets.DEVCYCLE_CLIENT_SDK_KEY }}|g" ./scripts/devcycle.js
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down

0 comments on commit 1c6efb7

Please sign in to comment.