Fix CI
This commit is contained in:
@@ -4,15 +4,27 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
id-token: write
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
trigger:
|
trigger:
|
||||||
# skip if pushed by our bot (breaks the loop)
|
# skip if pushed by our bot (breaks the loop)
|
||||||
if: github.actor != 'pullfrog[bot]'
|
if: github.actor != 'pullfrog[bot]'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Get installation token
|
||||||
|
id: token
|
||||||
|
uses: ./get-installation-token
|
||||||
|
with:
|
||||||
|
repos: pullfrog
|
||||||
|
|
||||||
- uses: peter-evans/repository-dispatch@v3
|
- uses: peter-evans/repository-dispatch@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.MONOREPO_PAT }}
|
token: ${{ steps.token.outputs.token }}
|
||||||
repository: pullfrog/pullfrog
|
repository: pullfrog/pullfrog
|
||||||
event-type: action-repo-updated
|
event-type: action-repo-updated
|
||||||
client-payload: |
|
client-payload: |
|
||||||
|
|||||||
Reference in New Issue
Block a user