Skip to content

Commit 07dcb8f

Browse files
authored
Ensure correct GITHUB_TOKEN is used
1 parent 9abc9fb commit 07dcb8f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deprecate_packages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
steps:
5656
# Deprecate the specified packages on `npm` and the respective `GitHub` repositories:
5757
- name: 'Deprecate packages'
58+
env:
59+
GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
5860
run: |
5961
pkgs='${{ github.event.inputs.packages }}'
6062
npm_names=""

0 commit comments

Comments
 (0)