Skip to content

Commit

Permalink
Merge pull request #204 from infosecB/add-cd
Browse files Browse the repository at this point in the history
Fix job name, deploy
  • Loading branch information
infosecB authored Aug 12, 2024
2 parents 3455752 + 214ffe3 commit 9bd8bc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:

jobs:
poetry_bump:
name: Test
name: bump version
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}
token: ${{ secrets.DEPLOY }}

- name: Set up Python 3.10
uses: actions/setup-python@v5
Expand Down

0 comments on commit 9bd8bc0

Please sign in to comment.