mirror of
https://github.com/ztjhz/BetterChatGPT.git
synced 2023-07-20 23:11:29 +03:00
update workflow for google drive sync
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -11,7 +11,7 @@ permissions:
|
||||
id-token: write
|
||||
|
||||
concurrency:
|
||||
group: "pages"
|
||||
group: 'pages'
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
@@ -33,6 +33,8 @@ jobs:
|
||||
|
||||
- name: Build website
|
||||
run: yarn build
|
||||
env:
|
||||
VITE_GOOGLE_CLIENT_ID: ${{ secrets.GCLIENT }}
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
|
||||
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@@ -27,3 +27,4 @@ jobs:
|
||||
run: yarn make
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
VITE_GOOGLE_CLIENT_ID: ${{ secrets.GCLIENT }}
|
||||
|
||||
Reference in New Issue
Block a user