diff --git a/.github/workflows/basic-tests.yml b/.github/workflows/basic-tests.yml index 24c0e8eb02e2a..45f92c8db147b 100644 --- a/.github/workflows/basic-tests.yml +++ b/.github/workflows/basic-tests.yml @@ -299,6 +299,7 @@ jobs: UPGRADE_PIP: "false" UPGRADE_PRE_COMMIT: "false" UPGRADE_NODE_LTS: "false" + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: "Run automated upgrade for pip, pre-commit and node (failing if needed)" run: > pre-commit run @@ -312,6 +313,7 @@ jobs: UPGRADE_PIP: "true" UPGRADE_PRE_COMMIT: "true" UPGRADE_NODE_LTS: "true" + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} test-airflow-release-commands: timeout-minutes: 80