Skip to content

Commit

Permalink
fix: change token usage
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Dec 3, 2024
1 parent 1d7465d commit 61e46d3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,16 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: tibdex/github-app-token@v1
id: generate-token
with:
app_id: ${{ secrets.NOVASAMA_APP_ID }}
private_key: ${{ secrets.NOVASAMA_APP_PRIVATE_KEY }}

# Documentation: https://github.com/amannn/action-semantic-pull-request
- uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f # v5.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
with:
types: |
major
Expand Down

0 comments on commit 61e46d3

Please sign in to comment.