Skip to content

Commit

Permalink
Create developer-portal PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Dec 20, 2023
1 parent 3334c3f commit 6a06f05
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/developer-portal-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Notify developer-portal

on: push

jobs:
create-pr:
uses: shopware/developer-portal/.github/workflows/self-trigger.yml@main
with:
branch: ${{ github.ref_name }}
repository: ${{ github.repository }}
secrets:
access_token: ${{ secrets.DEVELOPER_PORTAL_WORKFLOW_TOKEN }}

0 comments on commit 6a06f05

Please sign in to comment.