diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 81b6e00..adb6fc6 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@bd6f35fc854aac8edd01f1bf34b06872a6b9e7ac + uses: zeshuaro/github-actions-workflows/.github/workflows/flutter-package.yml@1ea2b67b816a86f9775f7a34e4ba8ef7f41b945c permissions: id-token: write with: diff --git a/.github/workflows/pull-request-target.yml b/.github/workflows/pull-request-target.yml index d7662ba..9247ccf 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@bd6f35fc854aac8edd01f1bf34b06872a6b9e7ac + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request-target.yml@1ea2b67b816a86f9775f7a34e4ba8ef7f41b945c diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 01694c8..cd09cd3 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@bd6f35fc854aac8edd01f1bf34b06872a6b9e7ac + uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@1ea2b67b816a86f9775f7a34e4ba8ef7f41b945c diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 8a48f3c..721265b 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@bd6f35fc854aac8edd01f1bf34b06872a6b9e7ac + uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@1ea2b67b816a86f9775f7a34e4ba8ef7f41b945c secrets: GH_APP_ID: ${{ secrets.GH_APP_ID }} GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}