浏览代码

Update secret of update-docs-repo action

Bubka 1 年之前
父节点
当前提交
874f108f7b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/update-docs-repo.yml

+ 1 - 1
.github/workflows/update-docs-repo.yml

@@ -20,7 +20,7 @@ jobs:
     - name: Pushes docker-compose
       uses: dmnemec/copy_file_to_another_repo_action@main
       env:
-        API_TOKEN_GITHUB: ${{ secrets.ACTIONS_TOKEN }}
+        API_TOKEN_GITHUB: ${{ secrets.ACTIONS_TOKEN_2FAUTH_DOCS }}
       with:
         source_file: 'docker/docker-compose.yml'
         destination_repo: 'Bubka/2FAuth-Docs'