We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7900fe0 commit c72c121Copy full SHA for c72c121
1 file changed
.github/workflows/ci.yml
@@ -337,6 +337,8 @@ jobs:
337
name: devolutions-gateway-web-ui
338
runs-on: ubuntu-latest
339
needs: preflight
340
+
341
+ # DEVOLUTIONSBOT_TOKEN is a repository secret, and it can’t be used by PRs originating from forks.
342
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
343
344
steps:
@@ -1077,6 +1079,7 @@ jobs:
1077
1079
name: OneDrive
1078
1080
1081
if: ${{ github.ref == 'refs/heads/master' }}
1082
+ environment: onedrive-upload # for OneDrive secrets
1083
needs:
1084
- preflight # required for needs.preflight.outputs
1085
- upload-git-log
0 commit comments