We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GITHUB_TOKEN
test.yml
1 parent 7e62797 commit a40aaccCopy full SHA for a40aacc
.github/workflows/test.yml
@@ -20,3 +20,5 @@ jobs:
20
brew install swiftwasm/tap/carton
21
22
carton test --environment defaultBrowser
23
+ env:
24
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments