File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -23,23 +23,10 @@ jobs:
2323 runs-on : ubuntu-latest
2424
2525 steps :
26- - name : Generate GitHub App Token
27- id : generate_token
28- env :
29- GITHUB_APP_ID : ${{ secrets.GH_APPS_APP_ID }}
30- GITHUB_INST_ID : ${{ secrets.GH_APPS_INSTALLATION_ID }}
31- GITHUB_KEY_VALUE : ${{ secrets.GH_APPS_PRIVATE_KEY }}
32- run : |
33- GO_GITHUB_VERSION="1.0.1"
34- wget -O ghapps https://github.com/kununu/go-github/releases/download/v${GO_GITHUB_VERSION}/go-github_${GO_GITHUB_VERSION}_linux_amd64 && chmod +x ghapps
35-
36- echo "GH_APPS_TOKEN=$(./ghapps)" >> $GITHUB_ENV
37-
3826 - name : Checkout Source
3927 uses : actions/checkout@v4
4028 with :
4129 fetch-depth : 0
42- token : ${{ env.GH_APPS_TOKEN }}
4330
4431 - name : Setup Node
4532 uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments