Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanyHenriquez committed Apr 12, 2023
1 parent 509fae7 commit 666093b
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 @@ -27,7 +27,7 @@ inputs:
default: (\w+)
gh_token:
description: Github API token
default: ${{ secrets.GITHUB_TOKEN }}
default: ${{ github.token }}
runs:
using: "docker"
image: "docker://ghcr.io/lab42/conventional-commit:latest"

0 comments on commit 666093b

Please sign in to comment.