Skip to content

Commit

Permalink
enable flag to allow external github orgs
Browse files Browse the repository at this point in the history
  • Loading branch information
afujiwara-roblox committed Sep 26, 2023
1 parent 24435d6 commit 62407c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
with:
version: "*"
token: ${{ secrets.GITHUB_TOKEN }}
allow-external-github-orgs: true
- run: foreman --version
- run: rojo --version

Expand All @@ -54,5 +55,6 @@ jobs:
version: "*"
token: ${{ secrets.GITHUB_TOKEN }}
working-directory: tests
allow-external-github-orgs: true
- run: foreman --version
- run: selene --version

0 comments on commit 62407c7

Please sign in to comment.