Skip to content

Commit 1e8a70e

Browse files
authored
Merge pull request #5 from lepadatu-org/dev
workflow update
2 parents 086d980 + c028922 commit 1e8a70e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/release.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,8 @@ jobs:
4040
with:
4141
app-id: ${{ secrets.APP_ID }}
4242
kms-key-id: ${{ secrets.KMS_KEY_ID }}
43-
- uses: octokit/request-action@v2.x
44-
id: get-repository
45-
env:
46-
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
47-
with:
48-
route: GET /installation/repositories
49-
- run: echo '${{ steps.get-repository.outputs.data }}'
5043
# install release dependencies and release
5144
- run: npm install --no-save @semantic-release/git semantic-release-plugin-github-breaking-version-tag
5245
- run: npx semantic-release --debug
5346
env:
54-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
47+
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)