Skip to content

Commit

Permalink
Set token as not required, closes #130
Browse files Browse the repository at this point in the history
  • Loading branch information
uraimo committed Aug 10, 2023
1 parent a92a188 commit 4ed76f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs:
default: 'ubuntu18.04'
githubToken:
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.'
required: true
required: false
default: ''
env:
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.'
Expand Down

0 comments on commit 4ed76f1

Please sign in to comment.