diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 7e0b4b3..573e7c1 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@0df355a01c75e9abdc01b91df1d02954aadfce08 + uses: zeshuaro/github-actions-workflows/.github/workflows/flutter-package.yml@166ef50c65bf099aa5e8d743317e06441626de1e 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 98794d6..275a49c 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@0df355a01c75e9abdc01b91df1d02954aadfce08 + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request-target.yml@166ef50c65bf099aa5e8d743317e06441626de1e diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index aeca237..82c76f4 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@0df355a01c75e9abdc01b91df1d02954aadfce08 + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@166ef50c65bf099aa5e8d743317e06441626de1e diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 156caac..9c5ecb1 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@0df355a01c75e9abdc01b91df1d02954aadfce08 + uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@166ef50c65bf099aa5e8d743317e06441626de1e secrets: GH_APP_ID: ${{ secrets.GH_APP_ID }} GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}