We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8ef72f commit c3bbcb4Copy full SHA for c3bbcb4
action.yml
@@ -13,6 +13,11 @@ inputs:
13
project-name:
14
description: 'The name of the project.'
15
default: ${{ github.event.repository.name }}
16
+
17
+ token:
18
+ description: "Authorized secret GitHub Personal Access Token. Defaults to github.token"
19
+ required: false
20
+ default: ${{ github.token }}
21
22
runs:
23
@@ -35,6 +40,7 @@ runs:
35
40
files: |
36
41
${{ inputs.project-name }}-${{ inputs.release-tag }}-sha256sum.txt
37
42
${{ inputs.project-name }}-${{ inputs.release-tag }}.zip
43
+ token: ${{ inputs.token }}
38
44
39
45
branding:
46
icon: lock
0 commit comments