You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AL-Go E2E tests - Use GH_Token rather than passing token as parameter (#1626)
Use GH_Token rather than passing token as parameter
Current error:
```
Deploy.ps1: /home/runner/work/AL-Go/AL-Go/e2eTests/SetupRepositories.ps1:27
Line |
27 | … PSScriptRoot "..\Internal\Deploy.ps1") -config $config -token $e2epat …
| ~~~~~~
| A parameter cannot be found that matches parameter name 'token'.
```
0 commit comments