aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c02fd57..aa3b935 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -20,6 +20,6 @@ jobs:
- name: Push to Codeberg
uses: yesolutions/mirror-action@master
with:
- REMOTE: 'https://codeberg.org/valentineus/wecli.git'
+ REMOTE: '${{ secrets.CODEBERG_REPOSITORY }}}'
GIT_USERNAME: ${{ secrets.CODEBERG_USERNAME }}
GIT_PASSWORD: ${{ secrets.CODEBERG_PASSWORD }}