ci: Use permissions and regular GitHub token instead of PAT

This commit is contained in:
oSumAtrIX
2024-09-30 23:41:50 +02:00
parent 9adccc04dd
commit dd5c37ddec

View File

@@ -10,6 +10,9 @@ on:
jobs:
release:
name: Release
permissions:
contents: write
packages: write
runs-on: ubuntu-latest
steps:
- name: Checkout
@@ -49,5 +52,5 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.REPOSITORY_PUSH_ACCESS }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm exec semantic-release