We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 086d980 + c028922 commit 1e8a70eCopy full SHA for 1e8a70e
.github/workflows/release.yml
@@ -40,15 +40,8 @@ jobs:
40
with:
41
app-id: ${{ secrets.APP_ID }}
42
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 }}'
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:
54
- GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
+ GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
0 commit comments