File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 54
54
with :
55
55
repo : layer5io/getnighthawk
56
56
version : ${{ github.event.inputs.version }}
57
- token : ${{ secrets.GLOBAL_PAT }}
57
+ token : ${{ secrets.GH_ACCESS_TOKEN }}
58
58
os : ${{ matrix.os }}
59
59
architecture : ${{ matrix.architecture }}
60
60
distribution : ${{ matrix.distribution }}
Original file line number Diff line number Diff line change @@ -66,14 +66,6 @@ RELEASE_URL="https://$GITHUB_API_URL/repos/$INPUT_REPO/releases"
66
66
RELEASE_UPLOAD_URL=$( curl -H " Authorization: token $TOKEN " $RELEASE_URL | jq -r ' .[] | select(.tag_name == "' ${INPUT_VERSION} ' ")' | jq -r .upload_url)
67
67
pattern=" {?"
68
68
RELEASE_ASSET_URL=" ${RELEASE_UPLOAD_URL% $pattern * } "
69
- printf " INFO\tJQ VERSION \n"
70
- jq --version
71
- printf " INFO\tRELEASE UPLOAD URL ${RELEASE_URL} \n"
72
- printf " INFO\tRELEASE UPLOAD URL ${TOKEN} \n"
73
- printf " INFO\tRELEASE UPLOAD URL ${INPUT_VERSION} \n"
74
- printf " INFO\tRELEASE UPLOAD URL ${RELEASE_UPLOAD_URL} \n"
75
- printf " INFO\tRelease URL ${RELEASE_URL} \n"
76
- printf " INFO\tUploading to ${RELEASE_ASSET_URL} \n"
77
69
78
70
curl \
79
71
-X POST \
You can’t perform that action at this time.
0 commit comments