diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index cb4ca2a..d6242fb 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@62153fd81e58de578c5af54d6ac771f0575e31eb + uses: zeshuaro/github-actions-workflows/.github/workflows/flutter-package.yml@00bf43e1de91ff73ca3737103e88953110335537 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 d30afe4..5523774 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@62153fd81e58de578c5af54d6ac771f0575e31eb + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request-target.yml@00bf43e1de91ff73ca3737103e88953110335537 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 6a1dba2..92a10ca 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@62153fd81e58de578c5af54d6ac771f0575e31eb + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@00bf43e1de91ff73ca3737103e88953110335537 diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 915491b..5869665 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@62153fd81e58de578c5af54d6ac771f0575e31eb + uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@00bf43e1de91ff73ca3737103e88953110335537 secrets: GH_APP_ID: ${{ secrets.GH_APP_ID }} GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}