Update action.yml
This commit is contained in:
@@ -9,6 +9,9 @@ inputs:
|
|||||||
description: 'name of the dockerimage'
|
description: 'name of the dockerimage'
|
||||||
required: true
|
required: true
|
||||||
default: ${{ github.repository }}
|
default: ${{ github.repository }}
|
||||||
|
token:
|
||||||
|
description: 'auth token'
|
||||||
|
required: true
|
||||||
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
@@ -28,7 +31,7 @@ runs:
|
|||||||
id: tag
|
id: tag
|
||||||
uses: phadric/github-tag-action@a5250a59655e9f4b0350407380a92c73948f2aec # master
|
uses: phadric/github-tag-action@a5250a59655e9f4b0350407380a92c73948f2aec # master
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # if you don't want to set write permissions use a PAT token
|
GITHUB_TOKEN: ${{ inputs.token }} # if you don't want to set write permissions use a PAT token
|
||||||
DEFAULT_BUMP: patch
|
DEFAULT_BUMP: patch
|
||||||
GIT_API_TAGGING: false # dont use API
|
GIT_API_TAGGING: false # dont use API
|
||||||
WITH_V: true
|
WITH_V: true
|
||||||
|
|||||||
Reference in New Issue
Block a user