Skip to content

Commit d12b3eb

Browse files
committed
fix: make required
1 parent 70edf73 commit d12b3eb

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/actions/rnef-post-build/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ inputs:
1010
required: true
1111
github-token:
1212
description: A GitHub Personal Access Token with write access to the project
13-
required: false
14-
default: ${{ github.token }}
13+
required: true
1514
runs:
1615
using: 'composite'
1716
steps:

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ branding:
88
inputs:
99
github-token:
1010
description: GitHub Token
11-
required: false
12-
default: ${{ github.token }}
11+
required: true
1312
working-directory:
1413
description: 'Working directory for the build command'
1514
required: false

0 commit comments

Comments
 (0)