Skip to content

Commit

Permalink
Merge pull request #95 from ekristen/fix-semantic
Browse files Browse the repository at this point in the history
fix(workflow): semantic use ekristen-dev app
  • Loading branch information
ekristen authored Feb 6, 2025
2 parents a47e3d6 + ad728ae commit fa76fa3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,16 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: generate-token
id: generate_token
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
with:
app_id: ${{ secrets.BOT_APP_ID }}
private_key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
revoke: true
- name: release
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
run: |
npx \
-p @semantic-release/commit-analyzer \
Expand Down

0 comments on commit fa76fa3

Please sign in to comment.