diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 7e81646..0f202e5 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -15,7 +15,7 @@ concurrency: jobs: flutter-package: - uses: zeshuaro/github-actions-workflows/.github/workflows/flutter-package.yml@a5f4945ee6e4dec54f927be5980d452f51b470ac + uses: zeshuaro/github-actions-workflows/.github/workflows/flutter-package.yml@56379c9b2dc518d3ea0e6a4578c3e5450f46c09c with: release: ${{ (github.ref == 'refs/heads/main') && (contains(fromJSON('["workflow_dispatch", "schedule"]'), github.event_name)) }} secrets: diff --git a/.github/workflows/pull-request-target.yml b/.github/workflows/pull-request-target.yml index 7151360..164e465 100644 --- a/.github/workflows/pull-request-target.yml +++ b/.github/workflows/pull-request-target.yml @@ -5,4 +5,4 @@ on: jobs: pull-request: - uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request-target.yml@a5f4945ee6e4dec54f927be5980d452f51b470ac + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request-target.yml@56379c9b2dc518d3ea0e6a4578c3e5450f46c09c diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b02b74b..9a6fc18 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -5,4 +5,4 @@ on: jobs: pull-request: - uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@a5f4945ee6e4dec54f927be5980d452f51b470ac + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@56379c9b2dc518d3ea0e6a4578c3e5450f46c09c diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 9791fc7..3b077ef 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -6,7 +6,7 @@ on: jobs: scheduled: - uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@a5f4945ee6e4dec54f927be5980d452f51b470ac + uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@56379c9b2dc518d3ea0e6a4578c3e5450f46c09c secrets: GH_APP_ID: ${{ secrets.GH_APP_ID }} GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}