Skip to content

Commit

Permalink
chore: align PA token name used in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboxer23 committed Oct 14, 2024
1 parent d359f47 commit 0dad2fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: softprops/action-gh-release@v2
with:
token: "${{ secrets.PAT }}"
token: "${{ secrets.GH_PAT_FOR_ACTIONS_TOKEN }}"
prerelease: false
files: |
LICENSE.txt
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.bigboxer23</groupId>
<artifactId>EcoNetAPI-java</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>

<name>econet-java</name>
<url>https://github.com/bigboxer23/econetapi-java</url>
Expand Down

0 comments on commit 0dad2fd

Please sign in to comment.