We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62045f2 commit d2eabf8Copy full SHA for d2eabf8
.github/workflows/dependencies.yml
@@ -43,6 +43,7 @@ jobs:
43
gh workflow run Main --ref $env:BRANCH_NAME &&
44
gh workflow run Release --ref $env:BRANCH_NAME
45
env:
46
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
BRANCH_NAME: ${{ steps.update.outputs.branch-name }}
48
49
powershell-modules:
@@ -78,4 +79,5 @@ jobs:
78
79
80
81
82
83
0 commit comments