From c028922239cf7cd18592df52fb334657f9134c89 Mon Sep 17 00:00:00 2001 From: Cristian Lepadatu Date: Tue, 3 Sep 2024 00:50:19 +0300 Subject: [PATCH] workflow update --- .github/workflows/release.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff43ac8..6fa04ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,15 +40,8 @@ jobs: with: app-id: ${{ secrets.APP_ID }} kms-key-id: ${{ secrets.KMS_KEY_ID }} - - uses: octokit/request-action@v2.x - id: get-repository - env: - GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} - with: - route: GET /installation/repositories - - run: echo '${{ steps.get-repository.outputs.data }}' # install release dependencies and release - run: npm install --no-save @semantic-release/git semantic-release-plugin-github-breaking-version-tag - run: npx semantic-release --debug env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}