File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Download `ghtoken` [from the main branch](https://github.com/Link-/gh-token/blob
5858# Download a file, name it ghtoken then do a checksum
5959wget -O ghtoken \
6060 https://raw.githubusercontent.com/Link-/gh-token/main/gh-token && \
61- echo "11630050d3859d7fcaa42fad08c184cfe2ceeb3887779dc76394c4dba80903ef ghtoken" | \
61+ echo "6a6b111355432e08dd60ac0da148e489cdb0323a059ee8cbe624fd37bf2572ae ghtoken" | \
6262 shasum -c - && \
6363 chmod u+x ./ghtoken
6464```
@@ -72,7 +72,7 @@ wget -O ghtoken \
7272curl -o ghtoken \
7373 -O -L -C - \
7474 https://raw.githubusercontent.com/Link-/gh-token/main/gh-token && \
75- echo "11630050d3859d7fcaa42fad08c184cfe2ceeb3887779dc76394c4dba80903ef ghtoken" | \
75+ echo "6a6b111355432e08dd60ac0da148e489cdb0323a059ee8cbe624fd37bf2572ae ghtoken" | \
7676 shasum -c - && \
7777 chmod u+x ./ghtoken
7878```
@@ -382,7 +382,7 @@ jobs:
382382 curl -o ghtoken \
383383 -O -L -C - \
384384 https://raw.githubusercontent.com/Link-/gh-token/main/gh-token && \
385- echo " 11630050d3859d7fcaa42fad08c184cfe2ceeb3887779dc76394c4dba80903ef ghtoken" | \
385+ echo " 6a6b111355432e08dd60ac0da148e489cdb0323a059ee8cbe624fd37bf2572ae ghtoken" | \
386386 shasum -c - && \
387387 chmod u+x ./ghtoken
388388 # Create access token with a GitHub App ID and Key
You can’t perform that action at this time.
0 commit comments