File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 8
8
- main
9
9
- develop
10
10
# paths:
11
- # Hello Security 👋, we are checking to make sure forked repo PR changed paths are only in content/** inside the job security-check.
12
- # We are doing this so we can also reuse this workflow for internal PRs, as pull_request_target also triggers on internal PRs. (As does pull_request)
11
+ # Hello Security 👋, we are checking to make sure forked repo PR changed paths are only in content/** inside the job security-check.
12
+ # We are doing this so we can also reuse this workflow for internal PRs, as pull_request_target also triggers on internal PRs. (As does pull_request)
13
13
14
14
concurrency :
15
15
group : ${{ github.workflow }}-${{github.event_name}}-${{ github.event.pull_request.number || github.ref }}
@@ -124,6 +124,9 @@ jobs:
124
124
- name : Install Vercel CLI
125
125
run : npm i --global vercel@latest
126
126
127
+ - name : Link web-unified-docs Vercel Project # prevent creation/deployment to a web-unified-docs-internal Vercel project
128
+ run : vercel link --yes --project web-unified-docs --token=${{ secrets.VERCEL_TOKEN }}
129
+
127
130
- name : Pull Vercel Environment Information
128
131
run : vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
129
132
You can’t perform that action at this time.
0 commit comments