diff --git a/.github/workflows/enterprise-dates.yml b/.github/workflows/enterprise-dates.yml index a6407089d3ce..990f3aef905b 100644 --- a/.github/workflows/enterprise-dates.yml +++ b/.github/workflows/enterprise-dates.yml @@ -80,7 +80,7 @@ jobs: - if: ${{ failure() && env.FREEZE != 'true' }} name: Delete remote branch (if previous steps failed) - uses: dawidd6/action-delete-branch@47743101a121ad657031e6704086271ca81b1911 + uses: dawidd6/action-delete-branch@d1efac9a6f7a9b408d4e8ff663a99c1fbac17b3f with: github_token: ${{ secrets.GITHUB_TOKEN }} branches: enterprise-server-dates-update diff --git a/.github/workflows/remove-unused-assets.yml b/.github/workflows/remove-unused-assets.yml index f15b2fa7c182..e477bdd70e7f 100644 --- a/.github/workflows/remove-unused-assets.yml +++ b/.github/workflows/remove-unused-assets.yml @@ -63,7 +63,7 @@ jobs: branch: remove-unused-assets - if: ${{ failure() && env.FREEZE != 'true' }} name: Delete remote branch (if previous steps failed) - uses: dawidd6/action-delete-branch@47743101a121ad657031e6704086271ca81b1911 + uses: dawidd6/action-delete-branch@d1efac9a6f7a9b408d4e8ff663a99c1fbac17b3f with: github_token: ${{ secrets.GITHUB_TOKEN }} branches: remove-unused-assets diff --git a/.github/workflows/update-graphql-files.yml b/.github/workflows/update-graphql-files.yml index 12d7938bfd59..f59c3ea8434c 100644 --- a/.github/workflows/update-graphql-files.yml +++ b/.github/workflows/update-graphql-files.yml @@ -73,7 +73,7 @@ jobs: - if: ${{ failure() && env.FREEZE != 'true'}} name: Delete remote branch (if previous steps failed) - uses: dawidd6/action-delete-branch@47743101a121ad657031e6704086271ca81b1911 + uses: dawidd6/action-delete-branch@d1efac9a6f7a9b408d4e8ff663a99c1fbac17b3f with: github_token: ${{ secrets.GITHUB_TOKEN }} branches: graphql-schema-update