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 fa50ed3 commit 069ef8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/package-delivery/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ 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: |
Expand Down

0 comments on commit 069ef8b

Please sign in to comment.