diff --git a/action.yml b/action.yml index c8e3616..173b278 100644 --- a/action.yml +++ b/action.yml @@ -23,5 +23,5 @@ runs: - ${{ inputs.path }} - ${{ inputs.opts }} env: - PRBOT_USERNAME: ${{ inputs.prbot_username }} - PRBOT_API_TOKEN: ${{ inputs.prbot_api_token }} \ No newline at end of file + GITEA_BOT_USER: ${{ inputs.prbot_username }} + GITEA_BOT_TOKEN: ${{ inputs.prbot_api_token }} \ No newline at end of file