Skip to content

Commit 275ff9a

Browse files
committed
fix: add github token default
1 parent 0ba530c commit 275ff9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/workflows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030
description: 'Github token of the repository'
3131
required: false
3232
type: string
33-
default: ''
33+
default: ${{ github.token }}
3434
secrets:
3535
acr-username:
3636
description: 'Username to use when logging into ACR'

0 commit comments

Comments
 (0)