From 37158fe307eda9101f661b9045ed914ffd6d33c9 Mon Sep 17 00:00:00 2001 From: fantonangeli Date: Mon, 22 Apr 2024 15:59:53 +0200 Subject: [PATCH] Trying without the token as param to actions/checkout --- .ci/actions/upstream-sync/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.ci/actions/upstream-sync/action.yml b/.ci/actions/upstream-sync/action.yml index a3f91e4f..c48e04d4 100644 --- a/.ci/actions/upstream-sync/action.yml +++ b/.ci/actions/upstream-sync/action.yml @@ -26,7 +26,6 @@ runs: - name: Checkout repository uses: actions/checkout@v4 with: - token: $GITHUB_TOKEN ref: main - name: Setup git environment