Spaces:
Configuration error
Configuration error
Commit
·
cffea61
1
Parent(s):
d78583d
fix missing secrets inherit
Browse filesSigned-off-by: Michele Dolfi <[email protected]>
.github/workflows/images.yml
CHANGED
@@ -46,6 +46,7 @@ jobs:
|
|
46 |
contents: read
|
47 |
attestations: write
|
48 |
id-token: write
|
|
|
49 |
|
50 |
uses: ./.github/workflows/job-image.yml
|
51 |
with:
|
|
|
46 |
contents: read
|
47 |
attestations: write
|
48 |
id-token: write
|
49 |
+
secrets: inherit
|
50 |
|
51 |
uses: ./.github/workflows/job-image.yml
|
52 |
with:
|