diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 3b81895..7d19ed5 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -245,7 +245,7 @@ jobs: git config user.email "actions@github.com" git tag -a ${{ steps.vars.outputs.tag }} -m "Automated release" # git push origin ${{ steps.vars.outputs.tag }} - # 前往你的 GitHub: https://github.com/settings/tokens;生成一个 classic token(建议)或 fine-grained token;选择至少:repo 权限 + # 前往你的 GitHub: https://github.com/settings/tokens;生成一个classic token-建议 或 fine-grained token;选择至少:repo 权限 # git push https://x-access-token:${PAT_PUSH}@github.com/${REPO}.git "$TAG" git push https://${GITEA_USER}:${GITEA_PAT}@${GITEA_HOST}/${GITEA_REPO}.git "$TAG" - name: 获取跨job上游job的输出变量值 @@ -340,14 +340,14 @@ jobs: -H "Authorization: token ${{ secrets.GITEA_PAT }}" \ -H "Content-Type: application/json" \ -d @- <