Skip to content

Commit f619a12

Browse files
committed
ci: added environment to test job
1 parent e50ad16 commit f619a12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
test:
2424
needs: authorize # Require approval before running on forked pull requests
2525
name: Test on ${{ matrix.platform.os }} using Xcode ${{ matrix.xcode }}
26+
environment: ${{ github.event.pull_request.head.repo.fork && 'external' || 'internal' }}
2627
runs-on: macos-13
2728

2829
env:

0 commit comments

Comments
 (0)