Skip to content

Pinned all Actions to specific versions #71

Pinned all Actions to specific versions

Pinned all Actions to specific versions #71

name: Sync changes to GitLab
on:
push:
branches: [main]
permissions:
contents: read
jobs:
build:
if: (github.repository == 'KudoAI/chatgpt.js')
runs-on: ubuntu-latest
env:
TZ: PST8PDT
steps:
- name: Checkout KudoAI/chatgpt.js
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Push changes to gitlab.com/kudoai/chatgpt-js
env:
GITLAB_SYNC_PAT: ${{ secrets.GITLAB_SYNC_PAT }}
run: |
git push --force -o ci.skip \
https://oauth2:[email protected]/kudoai/chatgpt-js.git main