We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0236798 commit c0d73ddCopy full SHA for c0d73dd
.github/workflows/mirror-to-codeberg.yaml
@@ -0,0 +1,20 @@
1
+
2
+# Sync repo to the Codeberg mirror
3
+name: Repo sync GitHub -> Codeberg
4
+on:
5
+ push:
6
+ branches:
7
+ - '**'
8
9
+jobs:
10
+ codeberg:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v3
14
+ with:
15
+ fetch-depth: 0
16
+ - uses: spyoungtech/[email protected]
17
18
+ REMOTE: "https://codeberg.org/FredHappyface/TStickers.git"
19
+ GIT_USERNAME: FredHappyface
20
+ GIT_PASSWORD: ${{ secrets.CODEBERG_PASSWORD }}
0 commit comments