Skip to content

Commit 533ec2d

Browse files
authored
Merge pull request #3 from lepadatu-org/dev
changed the workflows
2 parents ed78f79 + 9f0b310 commit 533ec2d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/release.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,15 @@ jobs:
4040
with:
4141
app-id: ${{ secrets.APP_ID }}
4242
kms-key-id: ${{ secrets.KMS_KEY_ID }}
43+
- uses: octokit/[email protected]
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 }}'
4350
# install release dependencies and release
4451
- run: npm install --no-save @semantic-release/git semantic-release-plugin-github-breaking-version-tag
4552
- run: npx semantic-release --debug
4653
env:
47-
GH_TOKEN: ${{ steps.app-token.outputs.token }}#
54+
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}#

0 commit comments

Comments
 (0)