Skip to content

Commit

Permalink
replaced some secrets with FTP_URI instead
Browse files Browse the repository at this point in the history
.deploy
  • Loading branch information
illyrius666 committed Jun 2, 2024
1 parent 5883f0c commit 4e10d57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
name: Download server.properties
run: |
mkdir -p temp
wget ftp://${{ secrets.FTP_USERNAME }}:${{ secrets.FTP_PASSWORD }}@${{ secrets.FTP_SERVER }}/server.properties -O temp/server.properties
wget ${{ secrets.FTP_URI }}/server.properties -O temp/server.properties
- id: get_release
name: Update server.properties with new resource pack info
Expand Down
2 changes: 1 addition & 1 deletion illyriamc/pack.mcmeta
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"description": "\u00A78Adventure Awaits \n\u00A74By Illyria \u00A78for \u00A76MC 1.20.6 "
},
"version": {
"name": "1.2.5"
"name": "1.2.6"
}
}

0 comments on commit 4e10d57

Please sign in to comment.