Skip to content

Commit

Permalink
Update upload.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
typeling1578 authored Nov 1, 2024
1 parent 45a0319 commit e74c2b7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@ on:
push:
branches: main
workflow_call:

secrets:
FTP_ADDR:
required: true
FTP_USER:
required: true
FTP_PASS:
required: true

name: Upload
jobs:
upload:
Expand Down

0 comments on commit e74c2b7

Please sign in to comment.