Commit d64d894
authored
fix: use GitHub secrets directly in release workflow (#3740)
The workflow was referencing `steps.secrets.outputs.*` but no step with
id 'secrets' existed, causing all secret values (MIXPANEL_ACCESS_TOKEN,
STORYBLOK_ACCESS_TOKEN, etc.) to resolve to empty strings.
Changed to use `secrets.*` to pull directly from GitHub repository secrets.1 parent 3d7e864 commit d64d894
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments