Merge pull request #1208 from shopware/dx-504/fix-dead-links-v63 #194
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Notify developer-portal | ||
on: push | ||
jobs: | ||
create-pr: | ||
uses: shopware/developer-portal/.github/workflows/self-trigger.yml@main | ||
Check failure on line 7 in .github/workflows/developer-portal-pr.yml GitHub Actions / .github/workflows/developer-portal-pr.ymlInvalid workflow file
|
||
with: | ||
branch: ${{ github.ref_name }} | ||
repository: ${{ github.repository }} | ||
secrets: | ||
access_token: ${{ secrets.DEVELOPER_PORTAL_WORKFLOW_TOKEN }} |