Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaz492 committed Dec 2, 2024
1 parent 6f3a5d3 commit 3c8c840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
echo "$PWD"
bash gen-version.sh
cat post-body.json
curl --fail -X POST "https://api.feed-the-beast.com/v1/meta/versions/server-installer" -H "Content-Type: application/json" -u "admin:$META_API_TOKEN" -d @./post-body.json
curl --fail -X POST "https://api.feed-the-beast.com/v1/meta/versions/server-installer" -H "Content-Type: application/json" -u "admin:${{ secrets.META_API_TOKEN}}" -d @./post-body.json
# Release to GitHub
- name: Github Release
Expand Down

0 comments on commit 3c8c840

Please sign in to comment.