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 @@ -39,7 +39,7 @@ Download `ghtoken` [from the main branch](https://github.com/Link-/github-app-ba
3939# Download a file, name it ghtoken then do a checksum
4040wget -O ghtoken \
4141 https://raw.githubusercontent.com/Link-/github-app-bash/main/ghtoken && \
42- echo "cbdfab2fdf843414a8fb215c792b813051c19d26657189b60c449fc6bbe008bb ghtoken" | \
42+ echo "11630050d3859d7fcaa42fad08c184cfe2ceeb3887779dc76394c4dba80903ef ghtoken" | \
4343 shasum -c - && \
4444 chmod u+x ./ghtoken
4545```
@@ -53,7 +53,7 @@ wget -O ghtoken \
5353curl -o ghtoken \
5454 -O -L -C - \
5555 https://raw.githubusercontent.com/Link-/github-app-bash/main/ghtoken && \
56- echo "cbdfab2fdf843414a8fb215c792b813051c19d26657189b60c449fc6bbe008bb ghtoken" | \
56+ echo "11630050d3859d7fcaa42fad08c184cfe2ceeb3887779dc76394c4dba80903ef ghtoken" | \
5757 shasum -c - && \
5858 chmod u+x ./ghtoken
5959```
@@ -317,7 +317,7 @@ jobs:
317317 curl -o ghtoken \
318318 -O -L -C - \
319319 https://raw.githubusercontent.com/Link-/github-app-bash/main/ghtoken && \
320- echo "cbdfab2fdf843414a8fb215c792b813051c19d26657189b60c449fc6bbe008bb ghtoken" | \
320+ echo "11630050d3859d7fcaa42fad08c184cfe2ceeb3887779dc76394c4dba80903ef ghtoken" | \
321321 shasum -c - && \
322322 chmod u+x ./ghtoken
323323 # Create access token with a GitHub App ID and Key
You can’t perform that action at this time.
0 commit comments