Skip to content

Commit

Permalink
test(ci): test token usage for delivery action
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Dec 5, 2024
1 parent 069ef8b commit 316aaea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/actions/package-delivery/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@ runs:

- name: Download packages from testing
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
env:
GITHUB_TOKEN: ${{ inputs.github_token }}
with:
github-token: ${{ inputs.github_token }}
script: |
const warningNoPromote = 'No packages are promoted because push is not related to a hotfix/release pull request.';
const commitSha = context.sha;
Expand Down

0 comments on commit 316aaea

Please sign in to comment.