From 3227104fdbf104c7a12f3d2b8346310043d9f7ca Mon Sep 17 00:00:00 2001 From: Kevin Duret Date: Thu, 5 Dec 2024 16:52:13 +0100 Subject: [PATCH] fix(ci): remove secrets usage in delivery action --- .github/actions/package-delivery/action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/actions/package-delivery/action.yml b/.github/actions/package-delivery/action.yml index 4a305d03e..3ab91956b 100644 --- a/.github/actions/package-delivery/action.yml +++ b/.github/actions/package-delivery/action.yml @@ -109,8 +109,6 @@ runs: - name: Download packages from testing if: ${{ inputs.stability == 'stable' && github.event_name == 'push' && inputs.distrib != 'jammy' }} uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: script: | const warningNoPromote = 'No packages are promoted because push is not related to a hotfix/release pull request.';