diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-20 18:52:51 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-20 18:52:51 -0500 |
commit | 092540d27718855d0f885b82419e955f6b2ddf55 (patch) | |
tree | 5a81c33224d40bbf59062c83baed983b03a21811 /.github | |
parent | use pregenerated settings.xml file (diff) | |
download | kenshinshideandseek-092540d27718855d0f885b82419e955f6b2ddf55.tar.gz kenshinshideandseek-092540d27718855d0f885b82419e955f6b2ddf55.tar.bz2 kenshinshideandseek-092540d27718855d0f885b82419e955f6b2ddf55.zip |
update pom
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 071f08a..d06e8ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,4 +27,4 @@ jobs: - name: Publish to GitHub Packages Apache Maven run: mvn -B deploy env: - GITHUB_TOKEN: ${{ github.token }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |