Skip to content

Commit

Permalink
Create instawp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oakesjosh committed Nov 13, 2024
1 parent 412dfda commit 09e06b0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/instawp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: InstaWP WordPress Testing

on:
workflow_dispatch:

jobs:
create-wp-for-testing:
runs-on: ubuntu-latest
steps:
- uses: instawp/wordpress-testing-automation@latest
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
INSTAWP_TOKEN: ${{secrets.INSTAWP_TOKEN}}
EXPIRY_HOURS: 1
INSTAWP_TEMPLATE_SLUG: github-action-template
REPO_ID: 15662
ARTIFACT_URL: https://downloads.wordpress.org/plugin/kadence-blocks.3.3.4.zip

0 comments on commit 09e06b0

Please sign in to comment.