From 169f647c7e45380edcd8e2e4c3bd14f60931af63 Mon Sep 17 00:00:00 2001 From: Matt Jones Date: Mon, 14 Oct 2024 12:22:53 -0500 Subject: [PATCH] chore: align PA token name used in GH actions (#16) --- .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