We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1359388 commit cde2411Copy full SHA for cde2411
build-nextjs-app/README.md
@@ -8,10 +8,6 @@ This action builds and exports a Next.js app
8
9
Node.js version
10
11
-## `fa-token`
12
-
13
-FontAwesome NPM Auth Token
14
15
## `export`
16
17
Whether to export the app or not
build-nextjs-app/action.yaml
@@ -6,10 +6,6 @@ inputs:
6
description: 'Node.js version'
7
required: false
default: 18
- fa-token:
- description: 'FontAwesome NPM Auth Token (optional)'
- required: false
- default: ''
export:
description: 'Whether to export the app as a static site or not'
@@ -26,8 +22,6 @@ runs:
26
22
27
23
- name: Install dependencies
28
24
shell: bash
29
- env:
30
- FONTAWESOME_NPM_AUTH_TOKEN: ${{ inputs.fa-token }}
31
25
run: npm ci
32
33
- name: Cache
0 commit comments