Skip to content

Commit

Permalink
gh-actions fix secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Jul 16, 2024
1 parent 2782ff8 commit e79ddc4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- master
tags-ignore:
- "**"

jobs:
python2_tests:
Expand All @@ -17,5 +15,5 @@ jobs:
bump_version:
needs: [python2_tests, python3_tests]
uses: ./.github/workflows/bump.yml
secrets:
PAT: ${{ secrets.INSPIRE_BOT_TOKEN }}
secrets: inherit

0 comments on commit e79ddc4

Please sign in to comment.