diff --git a/.github/workflows/standard_library_tests_and_examples.yml b/.github/workflows/standard_library_tests_and_examples.yml index 6fa22ec469..d3186b8024 100644 --- a/.github/workflows/standard_library_tests_and_examples.yml +++ b/.github/workflows/standard_library_tests_and_examples.yml @@ -50,9 +50,8 @@ jobs: - name: Install nightly Mojo compiler run: | - # The of "examples" is arbitrary but something - # needs to be provided. - modular auth examples + export MODULAR_ACCESS_TOKEN=${{ secrets.CI_MODULAR_ACCESS_TOKEN_AUTOMATION_PUBLIC }} + modular auth modular install nightly/mojo # Put Mojo on the PATH diff --git a/.github/workflows/test_pre_commit.yml b/.github/workflows/test_pre_commit.yml index 00a344f90e..74372f7d4b 100644 --- a/.github/workflows/test_pre_commit.yml +++ b/.github/workflows/test_pre_commit.yml @@ -42,9 +42,8 @@ jobs: - name: Install nightly Mojo compiler run: | - # The of "examples" is arbitrary but something - # needs to be provided. - modular auth examples + export MODULAR_ACCESS_TOKEN=${{ secrets.CI_MODULAR_ACCESS_TOKEN_AUTOMATION_PUBLIC }} + modular auth modular install nightly/mojo # Put Mojo on the PATH