From df8a5df79f5e50a61f1d66559bfe2ff089db5b49 Mon Sep 17 00:00:00 2001 From: Brendan Chou <3680392+BrendanChou@users.noreply.github.com> Date: Thu, 5 Sep 2024 16:36:15 -0400 Subject: [PATCH] Remove unnecessary workflow token Token is not needed since the repo is public --- protocol/.github/workflows/release-sims.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/protocol/.github/workflows/release-sims.yml b/protocol/.github/workflows/release-sims.yml index 44e35e91da..9ebe9d6125 100644 --- a/protocol/.github/workflows/release-sims.yml +++ b/protocol/.github/workflows/release-sims.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive - token: ${{ secrets.GH_REPO_READ_TOKEN }} - run: | make build