Skip to content

Commit cde2411

Browse files
authored
refactor(build-next-js-app): remove fa-token input and inherit through env vars (#5)
1 parent 1359388 commit cde2411

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

build-nextjs-app/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ This action builds and exports a Next.js app
88

99
Node.js version
1010

11-
## `fa-token`
12-
13-
FontAwesome NPM Auth Token
14-
1511
## `export`
1612

1713
Whether to export the app or not

build-nextjs-app/action.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ inputs:
66
description: 'Node.js version'
77
required: false
88
default: 18
9-
fa-token:
10-
description: 'FontAwesome NPM Auth Token (optional)'
11-
required: false
12-
default: ''
139
export:
1410
description: 'Whether to export the app as a static site or not'
1511
required: false
@@ -26,8 +22,6 @@ runs:
2622

2723
- name: Install dependencies
2824
shell: bash
29-
env:
30-
FONTAWESOME_NPM_AUTH_TOKEN: ${{ inputs.fa-token }}
3125
run: npm ci
3226

3327
- name: Cache

0 commit comments

Comments
 (0)