Skip to content

Commit 7fa47d7

Browse files
authored
ci(github): map secret to environment variable (#77)
1 parent 021f1ae commit 7fa47d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,6 @@ jobs:
180180
- name: Stamp
181181
run: pnpm stamp
182182
- name: Publish snapshots
183+
env:
184+
FLEX_LAYOUT_BUILDS_TOKEN: ${{ secrets.FLEX_LAYOUT_BUILDS_TOKEN }}
183185
run: ./scripts/deploy/publish-build-artifacts.sh --no-build

0 commit comments

Comments
 (0)