Skip to content

Commit bbd1527

Browse files
committed
Update Github action
1 parent c604082 commit bbd1527

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)