Skip to content

Commit

Permalink
CI: add GitHub token to the secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Feb 2, 2025
1 parent 62045f2 commit d2eabf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
gh workflow run Main --ref $env:BRANCH_NAME &&
gh workflow run Release --ref $env:BRANCH_NAME
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH_NAME: ${{ steps.update.outputs.branch-name }}

powershell-modules:
Expand Down Expand Up @@ -78,4 +79,5 @@ jobs:
gh workflow run Main --ref $env:BRANCH_NAME &&
gh workflow run Release --ref $env:BRANCH_NAME
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH_NAME: ${{ steps.update.outputs.branch-name }}

0 comments on commit d2eabf8

Please sign in to comment.