Commit 76ea70f
committed
feat: update environment variables in workflows
Removed the requirement for NPM_TOKEN, NX_CLOUD_ACCESS_TOKEN, and NX_CLOUD_AUTH_TOKEN from workflow_call secrets in both nx-cloud-agents.yml and nx-cloud-main.yml.
Added FMC_S3_ACCESS_KEY, FMC_S3_SECRET_KEY, FMC_SSO_API_KEY, and FMC_SSO_USER to the environment variables. These changes allow for more flexible configuration of workflows.1 parent 06f2a63 commit 76ea70f
2 files changed
+8
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 5 | | |
13 | 6 | | |
14 | 7 | | |
| |||
52 | 45 | | |
53 | 46 | | |
54 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
55 | 52 | | |
56 | 53 | | |
57 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 5 | | |
13 | 6 | | |
14 | 7 | | |
| |||
80 | 73 | | |
81 | 74 | | |
82 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
83 | 80 | | |
84 | 81 | | |
85 | 82 | | |
| |||
0 commit comments