Compare commits

..

2 Commits

Author SHA1 Message Date
0e3b0a341f Merge pull request '💚 ci: change to secret token that have full repo access' (#6) from ci/add-automatic-sync into main
All checks were successful
Sync to GitHub / sync (push) Successful in 8s
Reviewed-on: #6
2026-02-01 22:02:49 +07:00
aa6e3424d3 💚 ci: change to secret token that have full repo access
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 31s
2026-02-01 22:01:47 +07:00

View File

@ -14,7 +14,7 @@ jobs:
- name: Create PR via GitHub CLI
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.BOT_PAT }}
run: |
gh pr create \
--base main \