From 75753a9714e697e87c3a88a5e67171dcfd391d89 Mon Sep 17 00:00:00 2001 From: c-bordon Date: Mon, 9 Jun 2025 10:18:44 -0300 Subject: [PATCH] Updated GH token --- .github/workflows/4_bumper_repository.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/4_bumper_repository.yml b/.github/workflows/4_bumper_repository.yml index 53911484..a4b882c0 100644 --- a/.github/workflows/4_bumper_repository.yml +++ b/.github/workflows/4_bumper_repository.yml @@ -71,6 +71,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + with: + # Using workflow-specific GITHUB_TOKEN because currently CI_WAZUHCI_BUMPER_TOKEN + # doesn't have all the necessary permissions + token: ${{ env.GH_TOKEN }} - name: Determine branch name id: vars