Skip to content

Commit 88c5660

Browse files
chore: update Retype GitHub Action to use env-based key (#58)
1 parent d96bb79 commit 88c5660

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Publish documentation website to GitHub Pages
22
on:
3-
workflow_dispatch: {}
3+
workflow_dispatch:
44
push:
55
branches: ["main"]
66

@@ -16,14 +16,10 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818

19-
- uses: actions/setup-dotnet@v1
20-
with:
21-
dotnet-version: 9.0.x
22-
2319
- uses: retypeapp/action-build@latest
24-
with:
25-
license: ${{ secrets.RETYPE_API_KEY }}
20+
env:
21+
RETYPE_KEY: ${{ secrets.RETYPE_API_KEY }}
2622

2723
- uses: retypeapp/action-github-pages@latest
2824
with:
29-
update-branch: true
25+
update-branch: true

0 commit comments

Comments
 (0)