We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb3eb2 commit 5b913abCopy full SHA for 5b913ab
2 files changed
.github/workflows/ci.yml
@@ -18,6 +18,7 @@ jobs:
18
- uses: Roblox/setup-foreman@v3
19
with:
20
token: ${{ secrets.TOKEN }}
21
+ allow-external-github-orgs: true
22
23
- name: Report tool versions
24
run: rojo --version
foreman.toml
@@ -1,4 +1,2 @@
1
[tools]
2
rojo = { github = "rojo-rbx/rojo", version = "7.4.4" }
3
-
4
-allow-external-github-orgs = true
0 commit comments