Skip to content

Commit 095819e

Browse files
author
Link-
committed
Updating sha256 hash value
1 parent 46c5e33 commit 095819e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
5959
wget -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 \
7272
curl -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

0 commit comments

Comments
 (0)