Skip to content

Commit a40aacc

Browse files
authored
Pass GITHUB_TOKEN in test.yml (#12)
1 parent 7e62797 commit a40aacc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ jobs:
2020
brew install swiftwasm/tap/carton
2121
2222
carton test --environment defaultBrowser
23+
env:
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)