From e1657e6ecc593559dd16620d4b0f289836ed1234 Mon Sep 17 00:00:00 2001 From: Kacper Stefanski Date: Fri, 29 Dec 2023 13:02:44 +0100 Subject: [PATCH] test --- .github/workflows/sync_public.yml | 9 ++++----- test.txt | 1 + 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 test.txt diff --git a/.github/workflows/sync_public.yml b/.github/workflows/sync_public.yml index 206ec3d743..de76e36d2e 100644 --- a/.github/workflows/sync_public.yml +++ b/.github/workflows/sync_public.yml @@ -12,14 +12,13 @@ on: jobs: checks: runs-on: borealis - env: - PAT: ${{secrets.PAT}} - usr: ${{secrets.USR}} steps: - uses: actions/checkout@v4 with: - token: ${{secrets.PAT}} + token: ${{secrets.PUBLIC_PAT}} + - run: git remote -v - run: | git clean -x -f -e .github/workflows/sync_public.yml - git remote set-url upstream https://${{env.USR}}:${{env.PAT}}@github.com/haichangsi/distributed-ranges.git + git remote -v + git remote set-url upstream https://${{secrets.USR}}:${{secrets.PUBLIC_PAT}}@github.com/haichangsi/distributed-ranges.git git push -f upstream HEAD:mirror diff --git a/test.txt b/test.txt new file mode 100644 index 0000000000..1656f9233d --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +abcdefgh \ No newline at end of file