Skip to content

Commit

Permalink
ci: Use correct github token variable
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei committed Feb 7, 2024
1 parent 083baa8 commit 7ede5a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: --- CHECKOUT REPOSITORY ---
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: --- VALIDATE GRADLE WRAPPER ---
uses: gradle/wrapper-validation-action@v2
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: --- RUN POST-RELEASE ---
uses: matrei/github-actions/post-release@main
with:
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
env:
RELEASE_VERSION: ${{ steps.version.outputs.full_without_prefix }}
SNAPSHOT_SUFFIX: -SNAPSHOT

0 comments on commit 7ede5a2

Please sign in to comment.