Skip to content

Commit

Permalink
fix deploy token
Browse files Browse the repository at this point in the history
  • Loading branch information
infosecB committed Aug 12, 2024
1 parent e5daa8b commit 214ffe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- 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 214ffe3

Please sign in to comment.