aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-01-31 15:29:21 +0300
committerValentin Popov <valentin@popov.link>2024-01-31 15:29:21 +0300
commit05af61cb590fb27b98a3dcd879b4c227949aad0e (patch)
tree9d4acc87e184589d6a908b1fed763fe36f716746
parent00233fc34807d5740bd4949591da85ea9a9f876f (diff)
downloadwecli-05af61cb590fb27b98a3dcd879b4c227949aad0e.tar.xz
wecli-05af61cb590fb27b98a3dcd879b4c227949aad0e.zip
Update Codeberg remote URL
-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 }}