diff options
author | Ven <vendicated@riseup.net> | 2022-12-21 21:05:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-21 21:05:52 +0100 |
commit | 42b4eebca16c5f22202e05b0876502c91269ff9c (patch) | |
tree | 6c8e9ea3dd73ca6f0cb79c1c3a74a05e63251ba3 /.github | |
parent | a9ee0c7e50eb90fe34b518abbea1dd9d958efe42 (diff) | |
download | Vencord-42b4eebca16c5f22202e05b0876502c91269ff9c.tar.gz Vencord-42b4eebca16c5f22202e05b0876502c91269ff9c.tar.bz2 Vencord-42b4eebca16c5f22202e05b0876502c91269ff9c.zip |
Update build.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1cdebd0..ecea61b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: git config --global user.name "$USERNAME" git config --global user.email actions@github.com - gh repo clone "$GH_REPO" upload + git clone "https://$USERNAME:$API_TOKEN@github.com/$GH_REPO" upload cd upload rm -rf * .* cp -r ../dist/* . |