Skip to content

Commit

Permalink
fix: add GITHUB_TOKEN to semantic-release job
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Nov 16, 2023
1 parent 6fea727 commit bf4152d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pushMain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
semantic-release:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.PAT }}

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testPreCommitRules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: 3.11

- name: Install pre-commit
run: pip install pre-commit
uses: pre-commit/action@v3.0.0

- name: Run pre-commit
run: pre-commit run --all-files

0 comments on commit bf4152d

Please sign in to comment.