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 @@ -37,7 +37,7 @@ Download `ghtoken` [from the main branch](https://github.com/Link-/github-app-ba
37
37
# Download a file, name it ghtoken then do a checksum
38
38
wget -O ghtoken \
39
39
https://raw.githubusercontent.com/Link-/github-app-bash/main/ghtoken && \
40
- echo "cbdfab2fdf843414a8fb215c792b813051c19d26657189b60c449fc6bbe008bb ghtoken" | \
40
+ echo "11630050d3859d7fcaa42fad08c184cfe2ceeb3887779dc76394c4dba80903ef ghtoken" | \
41
41
shasum -c - && \
42
42
chmod u+x ./ghtoken
43
43
```
@@ -51,7 +51,7 @@ wget -O ghtoken \
51
51
curl -o ghtoken \
52
52
-O -L -C - \
53
53
https://raw.githubusercontent.com/Link-/github-app-bash/main/ghtoken && \
54
- echo "cbdfab2fdf843414a8fb215c792b813051c19d26657189b60c449fc6bbe008bb ghtoken" | \
54
+ echo "11630050d3859d7fcaa42fad08c184cfe2ceeb3887779dc76394c4dba80903ef ghtoken" | \
55
55
shasum -c - && \
56
56
chmod u+x ./ghtoken
57
57
```
@@ -315,7 +315,7 @@ jobs:
315
315
curl -o ghtoken \
316
316
-O -L -C - \
317
317
https://raw.githubusercontent.com/Link-/github-app-bash/main/ghtoken && \
318
- echo "cbdfab2fdf843414a8fb215c792b813051c19d26657189b60c449fc6bbe008bb ghtoken" | \
318
+ echo "11630050d3859d7fcaa42fad08c184cfe2ceeb3887779dc76394c4dba80903ef ghtoken" | \
319
319
shasum -c - && \
320
320
chmod u+x ./ghtoken
321
321
# Create access token with a GitHub App ID and Key
You can’t perform that action at this time.
0 commit comments