Skip to content

chore(deps): Bump golang.org/x/crypto from 0.0.0-20190308221718-c2843e01d9a2 to 0.1.0 #40

chore(deps): Bump golang.org/x/crypto from 0.0.0-20190308221718-c2843e01d9a2 to 0.1.0

chore(deps): Bump golang.org/x/crypto from 0.0.0-20190308221718-c2843e01d9a2 to 0.1.0 #40

Workflow file for this run

# Copyright 漏 2023 KubeCub & Xinwei Xiong(cubxxw). All rights reserved.
#
# Licensed under the MIT License (the "License");
# you may not use this file except in compliance with the License.
# .github/workflows/gpt-translate.yml
name: GPT Translate
on:
issue_comment:
types: [ created ]
jobs:
gpt_translate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run GPT Translate
if: |
contains(github.event.comment.body, '/gpt-translate') ||
contains(github.event.comment.body, '/gt')
uses: 3ru/gpt-translate@v1.0
with:
apikey: ${{ secrets.OPENAI_API_KEY }}
token: "${{ secrets.BOT_GITHUB_TOKEN }}"