diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 573e7c1..3689ef1 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@166ef50c65bf099aa5e8d743317e06441626de1e + uses: zeshuaro/github-actions-workflows/.github/workflows/flutter-package.yml@851c8634f2a95c94cb196e5d7ae296bffc03c338 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 275a49c..5f68e41 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@166ef50c65bf099aa5e8d743317e06441626de1e + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request-target.yml@851c8634f2a95c94cb196e5d7ae296bffc03c338 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 82c76f4..7abf095 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@166ef50c65bf099aa5e8d743317e06441626de1e + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@851c8634f2a95c94cb196e5d7ae296bffc03c338 diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 9c5ecb1..88dc22e 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@166ef50c65bf099aa5e8d743317e06441626de1e + uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@851c8634f2a95c94cb196e5d7ae296bffc03c338 secrets: GH_APP_ID: ${{ secrets.GH_APP_ID }} GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}