Commit f72e5fe
authored
Ensure
The "quasi-unique" workaround described in:
https://github.com/hazelcast/docker-actions/blob/e5b499f5d05ce65d27616deffcb30fcb596e6a64/get-jfrog-credentials/action.yml#L24-L30
Does not work when the action is invoked [more than once in the same
job](https://github.com/hazelcast/hazelcast-docker/actions/runs/21168691327):
> Error: Failed to fetch secret: 'JFROG'. Error: Error: The environment
name 'GET_JFROG_CREDENTIALS_JFROG_URL' is already in use. Please use an
alias to ensure that each secret has a unique environment name.get-jfrog-credentials is re-runnable (#45)1 parent e5b499f commit f72e5fe
File tree
2 files changed
+15
-3
lines changed- .github/workflows
- get-jfrog-credentials
2 files changed
+15
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
15 | 21 | | |
16 | 22 | | |
17 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
24 | 30 | | |
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
28 | 34 | | |
29 | | - | |
| 35 | + | |
30 | 36 | | |
31 | 37 | | |
32 | 38 | | |
33 | 39 | | |
34 | 40 | | |
35 | | - | |
| 41 | + | |
36 | 42 | | |
37 | 43 | | |
38 | 44 | | |
39 | 45 | | |
40 | | - | |
| 46 | + | |
41 | 47 | | |
42 | 48 | | |
0 commit comments