From 08a9bb9c7995c1eae5f1df332876d38930339d51 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Wed, 9 Nov 2022 19:00:46 +0530 Subject: [PATCH] chore: action config correction Signed-off-by: Pranav C --- .github/workflows/release-timely-executables.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release-timely-executables.yml b/.github/workflows/release-timely-executables.yml index b4ed607475..64a7d7cc0a 100644 --- a/.github/workflows/release-timely-executables.yml +++ b/.github/workflows/release-timely-executables.yml @@ -159,7 +159,6 @@ jobs: runs-on: macos-latest needs: build-executables steps: - - - uses: actions/checkout@v3 with: token: ${{ secrets.NC_GITHUB_TOKEN }}