Skip to content

Commit d2eabf8

Browse files
committed
CI: add GitHub token to the secrets
1 parent 62045f2 commit d2eabf8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dependencies.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
gh workflow run Main --ref $env:BRANCH_NAME &&
4444
gh workflow run Release --ref $env:BRANCH_NAME
4545
env:
46+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4647
BRANCH_NAME: ${{ steps.update.outputs.branch-name }}
4748

4849
powershell-modules:
@@ -78,4 +79,5 @@ jobs:
7879
gh workflow run Main --ref $env:BRANCH_NAME &&
7980
gh workflow run Release --ref $env:BRANCH_NAME
8081
env:
82+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8183
BRANCH_NAME: ${{ steps.update.outputs.branch-name }}

0 commit comments

Comments
 (0)