Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mrFavoslav committed Dec 31, 2024
1 parent 90f7325 commit 8c3bd10
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Log Temporary Token (For Debugging ONLY)
run: |
echo "Temporary token: ${{ secrets.GH_TOKEN }}"
- name: Setup MSBuild
uses: microsoft/[email protected]

Expand Down Expand Up @@ -58,7 +62,7 @@ jobs:
- name: Download External Script
run: |
curl -H "Authorization: token ${{ secrets.GH_TOKEN }}" -o keydrop_giveaway_script.js \
https://raw.githubusercontent.com/mrFavoslav/KeyDrop-BOT/main/script/keydrop_giveaway_script.js
https://raw.githubusercontent.com/mrFavoslav/KeyDrop-BOT/refs/heads/main/script/keydrop_giveaway_script.js
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 8c3bd10

Please sign in to comment.