Skip to content

Commit 8110486

Browse files
fix: add GH_TOKEN env var for gh CLI authentication
1 parent 42c7d3f commit 8110486

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ runs:
6666
shell: pwsh
6767
working-directory: ${{ inputs.WorkingDirectory }}
6868
env:
69+
GH_TOKEN: ${{ github.token }}
6970
PSMODULE_RESOLVE_PSMODULEVERSION_INPUT_Settings: ${{ inputs.Settings }}
7071
PSMODULE_RESOLVE_PSMODULEVERSION_INPUT_Name: ${{ inputs.Name }}
7172
PSMODULE_RESOLVE_PSMODULEVERSION_INPUT_EventJson: ${{ inputs.EventJson }}

0 commit comments

Comments
 (0)