mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-21 20:37:02 -04:00
Pr Stuff
Co-Authored-By: sadan4 <117494111+sadan4@users.noreply.github.com>
This commit is contained in:
parent
8c2bfea5c0
commit
4f72832ba1
7 changed files with 50 additions and 7 deletions
3
.github/workflows/syncDev.yml
vendored
3
.github/workflows/syncDev.yml
vendored
|
@ -1,4 +1,7 @@
|
|||
name: Sync Vencord Dev
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
WORKFLOW_TOKEN: ${{ secrets.ETOKEN }}
|
||||
|
|
3
.github/workflows/syncMain.yml
vendored
3
.github/workflows/syncMain.yml
vendored
|
@ -1,4 +1,7 @@
|
|||
name: Sync Vencord Main
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
WORKFLOW_TOKEN: ${{ secrets.ETOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue