mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 17:24:00 +01:00
update workflow for google drive sync
This commit is contained in:
parent
3f0ada4a9d
commit
f5f777b54b
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -11,7 +11,7 @@ permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: "pages"
|
group: 'pages'
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -33,6 +33,8 @@ jobs:
|
||||||
|
|
||||||
- name: Build website
|
- name: Build website
|
||||||
run: yarn build
|
run: yarn build
|
||||||
|
env:
|
||||||
|
VITE_GOOGLE_CLIENT_ID: ${{ secrets.GCLIENT }}
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v1
|
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
|
run: yarn make
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
VITE_GOOGLE_CLIENT_ID: ${{ secrets.GCLIENT }}
|
||||||
|
|
Loading…
Reference in a new issue