Skip to content

Commit 4ed76f1

Browse files
authored
Set token as not required, closes #130
1 parent a92a188 commit 4ed76f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inputs:
1515
default: 'ubuntu18.04'
1616
githubToken:
1717
description: 'Your GitHub token, used for caching Docker images in your project''s public package registry. Usually this would just be $\{{ github.token }}. This speeds up builds and is highly recommended.'
18-
required: true
18+
required: false
1919
default: ''
2020
env:
2121
description: 'Environment variables to propagate to the container. YAML, but must begin with a | character. These variables will be available in both run and setup.'

0 commit comments

Comments
 (0)