From d09f19dc69b6325b17fb6f35d27f59491e9a7d1d Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 7 Sep 2020 03:01:11 -0700 Subject: [PATCH] Revert "Provide GitHub token to action in Compile Examples CI workflow" This reverts commit 50228bf858cb4d68978d72df1e9ee02e6e06dba8. The GitHub access token was only required by the CI workflow while the repository was private. Now that it's been made public, there is no need for it. --- .github/workflows/compile-examples.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index 3e2e142..ddd0676 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -201,5 +201,3 @@ jobs: ${{ matrix.starter-kit-sketch-paths }} ${{ matrix.tone-sketch-paths }} ${{ matrix.pulsein-sketch-paths }} - # This input can be removed once the repository is made public - github-token: ${{ secrets.GITHUB_TOKEN }}