Skip to content

Commit 574e13e

Browse files
Pass github_token via with
1 parent b49f5a2 commit 574e13e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/aqua/action.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ runs:
1010
- uses: aquaproj/aqua-installer@9ebf656952a20c45a5d66606f083ff34f58b8ce0 # v4.0.0
1111
with:
1212
aqua_version: v2.53.3
13-
env:
14-
GITHUB_TOKEN: ${{ inputs.github_token }}
13+
github_token: ${{ inputs.github_token }}

0 commit comments

Comments
 (0)