We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed78f79 + 9f0b310 commit 533ec2dCopy full SHA for 533ec2d
.github/workflows/release.yml
@@ -40,8 +40,15 @@ jobs:
40
with:
41
app-id: ${{ secrets.APP_ID }}
42
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 }}'
50
# install release dependencies and release
51
- run: npm install --no-save @semantic-release/git semantic-release-plugin-github-breaking-version-tag
52
- run: npx semantic-release --debug
53
env:
- GH_TOKEN: ${{ steps.app-token.outputs.token }}#
54
+ GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}#
0 commit comments