[SIS-xxx] changing permissions of token

This commit is contained in:
Sheldan
2024-02-03 19:11:49 +01:00
parent c93be84aef
commit b69c873efe
2 changed files with 7 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
name: Publishes a new version of Sissi
on: workflow_dispatch
permissions:
packages: write
contents: write
jobs:
publish:
runs-on: ubuntu-latest
@@ -20,8 +23,8 @@ jobs:
env:
JAVA_HOME: /usr/lib/jvm/java-17-openjdk/
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
user: Sheldan
token: ${{ secrets.ABSTRACTO_PAT }}
abstractoUser: Sheldan
abstractoToken: ${{ secrets.ABSTRACTO_PAT }}
with:
git-release-bot-name: "release-bot"
git-release-bot-email: "release-bot@sheldan.dev"