From 0dad2fd75fac6a127c990c5339400e530898b690 Mon Sep 17 00:00:00 2001 From: Matt Jones Date: Mon, 14 Oct 2024 12:20:11 -0500 Subject: [PATCH] chore: align PA token name used in GH actions --- .github/workflows/tag-release.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 23b9b1c..7301759 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -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 diff --git a/pom.xml b/pom.xml index 9b0443b..d3c58b0 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.bigboxer23 EcoNetAPI-java - 1.0.0 + 1.0.1 econet-java https://github.com/bigboxer23/econetapi-java