Skip to content

Commit

Permalink
Updated remote
Browse files Browse the repository at this point in the history
  • Loading branch information
lwcorp authored Oct 10, 2024
1 parent 2f4d0be commit 2cee2db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Pull Files from Another Repository on Push
env:
SOURCE_REPO: lwcorp/lwsmtp-server
SOURCE_REPO: lwcorp/lwserver
AUTOMATIC_MONITOR: true
FILES: "*.au3 LICENSE" # separate multiple entries with ,
FILES_NEW: "*.au3 LICENSE*" # separate multiple entries with ,
EXTRA: mv LICENSE LICENSE_LWServer-SMTP # do an extra command like renaming
EXTRA: mv LICENSE LICENSE_LWServer # do an extra command like renaming
USERNAME: ${{ github.actor }}
ADDRESS_SUFFIX: users.noreply.github.com
TOKEN_NAME: ACCESS_TOKEN # name of token defined in the target repo's settings, needed for private repos
Expand Down

0 comments on commit 2cee2db

Please sign in to comment.