feat: wire Forgejo Actions CI/CD workflows (#22) #26

Open
pyr0ball wants to merge 2 commits from feat/ci-workflows into main
Showing only changes of commit 6f2e97a166 - Show all commits

View file

@ -16,9 +16,9 @@ jobs:
- name: Push to GitHub
env:
GITHUB_MIRROR_TOKEN: ${{ secrets.GITHUB_MIRROR_TOKEN }}
GH_MIRROR_TOKEN: ${{ secrets.GH_MIRROR_TOKEN }}
run: |
git remote add github https://x-access-token:${GITHUB_MIRROR_TOKEN}@github.com/CircuitForgeLLC/snipe.git
git remote add github https://x-access-token:${GH_MIRROR_TOKEN}@github.com/CircuitForgeLLC/snipe.git
git push github --mirror
mirror-codeberg: