Skip to content

Commit

Permalink
ci: Add PAT to release workflow (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin authored Feb 20, 2025
1 parent 593fa8e commit 3490a81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.RELEASE_PAT }}

- name: Bump version in gradle.properties
run: |
Expand Down

0 comments on commit 3490a81

Please sign in to comment.