Skip to content

Commit

Permalink
[WIP] workflow: note bummer in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thlehmann-ionos committed Dec 17, 2024
1 parent 3324050 commit ede1d94
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/hidrive-next-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,14 @@ jobs:
uses: softprops/action-gh-release@v2
with:
# Allowes release creation withouth a tag
# Downside: the release is not queriable via API
#
# Downside: the release is not queriable via API without token or
# with fine-grained access tokens with content:read
# permission. Only classic personal tokens with
# "public_repo" allow querying via:
# curl --silent -L -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${TOKEN}" https://api.github.com/repos/<OWNER>/<REPO>/releases | jq '.[] | select(.draft == true)'
#
# Create classic token with "public_repo" scope here: https://github.com/settings/tokens/new
draft: true
prerelease: true
files: |
Expand Down

0 comments on commit ede1d94

Please sign in to comment.