Skip to content

Commit

Permalink
Update deploy-readme-to-wordpress-org.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Mar 28, 2024
1 parent 8a81f3f commit d24fc95
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-readme-to-wordpress-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ jobs:
deploy:
runs-on: ubuntu-latest

environment:
name: WordPress.org plugin directory
url: https://wordpress.org/plugins/pronamic-pay-with-mollie-for-contact-form-7/

steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -18,6 +22,6 @@ jobs:
- name: Deploy
uses: pronamic/action-wordpress-plugin-readme-update@main
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_USERNAME: pronamic
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
WP_SLUG: pronamic-pay-with-mollie-for-contact-form-7

0 comments on commit d24fc95

Please sign in to comment.