We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df303fb commit bd4ba42Copy full SHA for bd4ba42
.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
name: 'TheCyberHUB Desktop Release v${{ github.run_number }}'
47
artifacts: |
48
dist/*.exe
49
- token: ${{ secrets.GH_TOKEN }} # Use your PAT here
+ token: ${{ secrets.PAT_TOKEN }} # Use your PAT here
50
skipIfReleaseExists: true # Skip if the release already exists
51
52
# Optional: Clean up after the build
0 commit comments