Commit a300810
committed
chore(release): work around actios/setup-node mal-interaction
actions/setup-node makes a default NODE_AUTH_TOKEN if none is set, which breaks OIDC
It was the root cause of the publishing trauma as discovered when setting a real one in
worked, after seeing the env contained a fake one. That led to discovery of this issue:
actions/setup-node#14401 parent 748e89f commit a300810
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
0 commit comments