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 cb12e1e commit 1a4e26bCopy full SHA for 1a4e26b
1 file changed
.github/workflows/script-tests.yml
@@ -25,6 +25,8 @@ jobs:
25
- run: Invoke-Pester
26
working-directory: updater
27
shell: pwsh
28
+ env:
29
+ GH_TOKEN: ${{ github.token }}
30
31
danger:
32
name: Danger JS Tests
0 commit comments