Skip to content

Commit 169f647

Browse files
authored
chore: align PA token name used in GH actions (#16)
1 parent d359f47 commit 169f647

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tag-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
2020
- uses: softprops/action-gh-release@v2
2121
with:
22-
token: "${{ secrets.PAT }}"
22+
token: "${{ secrets.GH_PAT_FOR_ACTIONS_TOKEN }}"
2323
prerelease: false
2424
files: |
2525
LICENSE.txt

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.bigboxer23</groupId>
66
<artifactId>EcoNetAPI-java</artifactId>
7-
<version>1.0.0</version>
7+
<version>1.0.1</version>
88

99
<name>econet-java</name>
1010
<url>https://github.com/bigboxer23/econetapi-java</url>

0 commit comments

Comments
 (0)