Skip to content

Commit

Permalink
fix(ci): remove secrets usage in delivery action
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Dec 5, 2024
1 parent 15bc166 commit 3227104
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/package-delivery/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.';
Expand Down

0 comments on commit 3227104

Please sign in to comment.