Skip to content

Commit

Permalink
Add secret so release will run properly for WP.org
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinWalker committed Jan 10, 2023
1 parent bab093c commit a3c7bfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
text_domain: wp-rollback
secrets:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SLACK_ANNOUNCEMENT_WEBHOOK: ${{ secrets.SLACK_ANNOUNCEMENT_WEBHOOK }}

0 comments on commit a3c7bfd

Please sign in to comment.