Commit 423be7a
committed
[SYCL][Devops] Propagate necessary secrets
Extended build containers action with an extra argument which specifies
a password that will be assigned to the `sycl_ci` user created within
containers.
For now this new secret is unused, so this changes is expected to have
no impact on our CI.
This is outlined from #16361 to improve testing for that PR: for
security reasons actions are only invoked from the default branch and
never from a PR branch. Therefore, to actually test that this secret is
properly used without errors we need to update the action first.1 parent f15e86b commit 423be7a
File tree
2 files changed
+5
-0
lines changed- .github/workflows
- devops/actions/build_container
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| 47 | + | |
0 commit comments