Skip to content

Commit 2e66b26

Browse files
authored
Fix secret syntax in action.yml for gh_token input (#40)
1 parent c0b4f87 commit 2e66b26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/docker-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ runs:
7373
cache-from: type=gha
7474
cache-to: type=gha,mode=max
7575
secrets: |
76-
"gh_token=${{ inputs.gh_token }}"
76+
gh_token=${{ inputs.gh_token }}
7777
file: ${{ inputs.dockerfile }}
7878
push: ${{ inputs.push_image }}
7979
tags: ${{ steps.metadata.outputs.tags }}

0 commit comments

Comments
 (0)