Skip to content

Commit 0e7a22d

Browse files
author
Link-
committed
Updating sha256 hash value
1 parent f88d3ee commit 0e7a22d

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
@@ -37,7 +37,7 @@ Download `ghtoken` [from the main branch](https://github.com/Link-/github-app-ba
3737
# Download a file, name it ghtoken then do a checksum
3838
wget -O ghtoken \
3939
https://raw.githubusercontent.com/Link-/github-app-bash/main/ghtoken && \
40-
echo "cbdfab2fdf843414a8fb215c792b813051c19d26657189b60c449fc6bbe008bb ghtoken" | \
40+
echo "11630050d3859d7fcaa42fad08c184cfe2ceeb3887779dc76394c4dba80903ef ghtoken" | \
4141
shasum -c - && \
4242
chmod u+x ./ghtoken
4343
```
@@ -51,7 +51,7 @@ wget -O ghtoken \
5151
curl -o ghtoken \
5252
-O -L -C - \
5353
https://raw.githubusercontent.com/Link-/github-app-bash/main/ghtoken && \
54-
echo "cbdfab2fdf843414a8fb215c792b813051c19d26657189b60c449fc6bbe008bb ghtoken" | \
54+
echo "11630050d3859d7fcaa42fad08c184cfe2ceeb3887779dc76394c4dba80903ef ghtoken" | \
5555
shasum -c - && \
5656
chmod u+x ./ghtoken
5757
```
@@ -315,7 +315,7 @@ jobs:
315315
curl -o ghtoken \
316316
-O -L -C - \
317317
https://raw.githubusercontent.com/Link-/github-app-bash/main/ghtoken && \
318-
echo "cbdfab2fdf843414a8fb215c792b813051c19d26657189b60c449fc6bbe008bb ghtoken" | \
318+
echo "11630050d3859d7fcaa42fad08c184cfe2ceeb3887779dc76394c4dba80903ef ghtoken" | \
319319
shasum -c - && \
320320
chmod u+x ./ghtoken
321321
# Create access token with a GitHub App ID and Key

0 commit comments

Comments
 (0)