Skip to content

Commit 3be1f2c

Browse files
committed
fix: switch to fern environment with FERN_TOKEN
Signed-off-by: Will Killian <wkillian@nvidia.com>
1 parent dda9612 commit 3be1f2c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish-fern-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
publish:
1717
name: Publish
1818
runs-on: ubuntu-latest
19+
environment: fern
1920
timeout-minutes: 20
2021
permissions:
2122
contents: read
@@ -37,5 +38,5 @@ jobs:
3738
- name: Publish docs
3839
working-directory: fern
3940
env:
40-
FERN_TOKEN: ${{ secrets.DOCS_FERN_TOKEN }}
41+
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
4142
run: fern generate --docs

0 commit comments

Comments
 (0)