Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hubert.ostrowski committed Jul 17, 2024
1 parent 7ec063b commit 1d3ca3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
cat > wp-content/plugins/mozilla-salesforce-sync/_config.php << EOF
<?php
define('AUTH_KEY', "${{ secrets.AUTH_KEY }}");
define('AUTH_URL', "${{ secrets.AUTH_URL }}");
define('SYNC_URL', "${{ secrets.SYNC_URL }}");
define('CLIENT_ID', "${{ secrets.CLIENT_ID }}");
define('CLIENT_SECRET', "${{ secrets.CLIENT_SECRET }}");
Expand Down

0 comments on commit 1d3ca3a

Please sign in to comment.