Skip to content

Commit eeb66fa

Browse files
authored
chore(workflows): add NX_CLOUD_ACCESS_TOKEN environment variable to m… (#9197)
1 parent 8629ef4 commit eeb66fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/manual-post-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ on:
1818
required: true
1919
type: boolean
2020
default: false
21+
22+
env:
23+
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
2124

2225
jobs:
2326
manual_post_release:

0 commit comments

Comments
 (0)