Skip to content

Commit

Permalink
testing the org secret on WPE, had to remove and re-add both pub key …
Browse files Browse the repository at this point in the history
…on WPE and private key on Github org secrets
  • Loading branch information
joelcrawford committed Mar 12, 2024
1 parent 080d70b commit 5bf1530
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
uses: wpengine/[email protected]
with:
# Deploy vars
WPE_SSHG_KEY_PRIVATE: ${{ secrets.WP_DEPLOY_SSH }}
# WPE_SSHG_KEY_PRIVATE: ${{ secrets.WP_DEPLOY_SSH }}
WPE_SSHG_KEY_PRIVATE: ${{ secrets.WPE_SSHG_KEY_PRIVATE }}
WPE_ENV: ${{ env.WPE_SERVER }}
# Deploy Options
# SRC_PATH: "wp-content/themes/asianlegacylibrary-wp/"
Expand Down
4 changes: 3 additions & 1 deletion assets/css/hi.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
yo, does this github action work?
hi, will this be included in the push today March 12, 2024?
try again after re-adding the same key to WPE, though now it qualifies it with WPE GHA
...and again...deleted and re-added the private key on github org secret now too

0 comments on commit 5bf1530

Please sign in to comment.