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 acff7e3 commit e4cec5bCopy full SHA for e4cec5b
.github/workflows/codeberg_mirror.yml
@@ -1,4 +1,6 @@
1
name: Mirror to Codeberg
2
+permissions:
3
+ contents: read
4
5
on:
6
push:
@@ -15,4 +17,4 @@ jobs:
15
17
with:
16
18
REMOTE: 'ssh://[email protected]/ffflorian/node-packages.git'
19
GIT_SSH_PRIVATE_KEY: ${{ secrets.CODEBERG_SECRET }}
- GIT_SSH_NO_VERIFY_HOST: "true"
20
+ GIT_SSH_NO_VERIFY_HOST: 'true'
.github/workflows/gitlab_mirror.yml
name: Mirror and run GitLab CI
0 commit comments