We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caee8b6 commit fb2ab8dCopy full SHA for fb2ab8d
1 file changed
.github/workflows/auto-release.yml
@@ -18,6 +18,7 @@ on:
18
github_token:
19
description: 'GitHub token for creating releases and pushing changes'
20
required: true
21
+ default: ${{ github.token }}
22
23
jobs:
24
release-packager:
0 commit comments