diff --git a/action.yml b/action.yml index 70abd4b..02f6a57 100644 --- a/action.yml +++ b/action.yml @@ -7,10 +7,6 @@ inputs: GITEA_TOKEN: description: "Gitea token" required: true - GIT_CREDENTIALS: - description: "Git credentials" - required: false - default: '' runs: using: "composite" @@ -29,6 +25,5 @@ runs: env: GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }} GITEA_TOKEN: ${{ inputs.GITEA_TOKEN }} - GIT_CREDENTIALS: ${{ inputs.GIT_CREDENTIALS }} run: npx semantic-release