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
58
58
# Download a file, name it ghtoken then do a checksum
59
59
wget -O ghtoken \
60
60
https://raw.githubusercontent.com/Link-/gh-token/main/gh-token && \
61
- echo "11630050d3859d7fcaa42fad08c184cfe2ceeb3887779dc76394c4dba80903ef ghtoken" | \
61
+ echo "6a6b111355432e08dd60ac0da148e489cdb0323a059ee8cbe624fd37bf2572ae ghtoken" | \
62
62
shasum -c - && \
63
63
chmod u+x ./ghtoken
64
64
```
@@ -72,7 +72,7 @@ wget -O ghtoken \
72
72
curl -o ghtoken \
73
73
-O -L -C - \
74
74
https://raw.githubusercontent.com/Link-/gh-token/main/gh-token && \
75
- echo "11630050d3859d7fcaa42fad08c184cfe2ceeb3887779dc76394c4dba80903ef ghtoken" | \
75
+ echo "6a6b111355432e08dd60ac0da148e489cdb0323a059ee8cbe624fd37bf2572ae ghtoken" | \
76
76
shasum -c - && \
77
77
chmod u+x ./ghtoken
78
78
```
@@ -382,7 +382,7 @@ jobs:
382
382
curl -o ghtoken \
383
383
-O -L -C - \
384
384
https://raw.githubusercontent.com/Link-/gh-token/main/gh-token && \
385
- echo " 11630050d3859d7fcaa42fad08c184cfe2ceeb3887779dc76394c4dba80903ef ghtoken" | \
385
+ echo " 6a6b111355432e08dd60ac0da148e489cdb0323a059ee8cbe624fd37bf2572ae ghtoken" | \
386
386
shasum -c - && \
387
387
chmod u+x ./ghtoken
388
388
# Create access token with a GitHub App ID and Key
You can’t perform that action at this time.
0 commit comments