From c00175c66f02625f3d65eab1ec0e77d31748dee8 Mon Sep 17 00:00:00 2001 From: ok-nick <25470747+ok-nick@users.noreply.github.com> Date: Mon, 18 Jul 2022 00:26:01 -0400 Subject: [PATCH] no trusts --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2ebe8dc..a033c51 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,12 +10,10 @@ jobs: - name: Setup environment uses: ./.github/actions/env - - name: Test - run: cat ./aftman.toml - - name: Run setup-aftman uses: ./ with: + no-trust-check: true token: ${{ secrets.GITHUB_TOKEN }} test_mac: @@ -29,6 +27,7 @@ jobs: - name: Run setup-aftman uses: ./ with: + no-trust-check: true token: ${{ secrets.GITHUB_TOKEN }} test_windows: @@ -42,5 +41,6 @@ jobs: - name: Run setup-aftman uses: ./ with: + no-trust-check: true token: ${{ secrets.GITHUB_TOKEN }}