mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 20:43:58 +01:00
ci: enable write permission in workflow (#122)
This commit is contained in:
parent
6439404f5b
commit
1952b451ab
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -9,6 +9,8 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
name: Deploy to GitHub Pages
|
name: Deploy to GitHub Pages
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
@ -29,4 +31,4 @@ jobs:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./dist
|
publish_dir: ./dist
|
||||||
user_name: 'github-actions[bot]'
|
user_name: 'github-actions[bot]'
|
||||||
user_email: '41898282+github-actions[bot]@users.noreply.github.com'
|
user_email: 'github-actions[bot]@users.noreply.github.com'
|
||||||
|
|
|
@ -117,7 +117,6 @@ Free ChatGPT 已经包含了大量的功能。您可以使用以下功能:
|
||||||
1. 创建一个 GitHub 账户(如果您还没有账户)。
|
1. 创建一个 GitHub 账户(如果您还没有账户)。
|
||||||
1. 给此[存储库](https://github.com/ztjhz/FreeChatGPT) 一个星星 ⭐️
|
1. 给此[存储库](https://github.com/ztjhz/FreeChatGPT) 一个星星 ⭐️
|
||||||
1. Fork 此[存储库](https://github.com/ztjhz/FreeChatGPT)
|
1. Fork 此[存储库](https://github.com/ztjhz/FreeChatGPT)
|
||||||
1. Repository settings > Secrets > Actions > General > 勾选 "Read and write permissions"
|
|
||||||
1. 在 fork 之后的存储库中点击 `Actions`
|
1. 在 fork 之后的存储库中点击 `Actions`
|
||||||
![image](https://user-images.githubusercontent.com/59118459/223751928-cf2b91b9-4663-4a36-97de-5eb751b32c7e.png)
|
![image](https://user-images.githubusercontent.com/59118459/223751928-cf2b91b9-4663-4a36-97de-5eb751b32c7e.png)
|
||||||
1. 在左侧边栏中,点击 `Deploy to GitHub Pages`
|
1. 在左侧边栏中,点击 `Deploy to GitHub Pages`
|
||||||
|
|
|
@ -124,7 +124,6 @@ If you'd like to run your own instance of Free ChatGPT, you can easily do so by
|
||||||
1. Create a GitHub account (if you don't have one already)
|
1. Create a GitHub account (if you don't have one already)
|
||||||
1. Star this [repository](https://github.com/ztjhz/FreeChatGPT) ⭐️
|
1. Star this [repository](https://github.com/ztjhz/FreeChatGPT) ⭐️
|
||||||
1. Fork this [repository](https://github.com/ztjhz/FreeChatGPT)
|
1. Fork this [repository](https://github.com/ztjhz/FreeChatGPT)
|
||||||
1. Repository settings > Secrets > Actions > General > Tick "Read and write permissions"
|
|
||||||
1. In your forked repository, click on `Actions`
|
1. In your forked repository, click on `Actions`
|
||||||
![image](https://user-images.githubusercontent.com/59118459/223751928-cf2b91b9-4663-4a36-97de-5eb751b32c7e.png)
|
![image](https://user-images.githubusercontent.com/59118459/223751928-cf2b91b9-4663-4a36-97de-5eb751b32c7e.png)
|
||||||
1. In the left sidebar, click on `Deploy to GitHub Pages`
|
1. In the left sidebar, click on `Deploy to GitHub Pages`
|
||||||
|
|
Loading…
Reference in a new issue