1
mirror of https://github.com/revanced/revanced-patcher synced 2025-03-25 07:56:23 +01:00

ci: Use permissions and regular GitHub token instead of PAT

This commit is contained in:
oSumAtrIX 2024-09-30 23:41:49 +02:00
parent e95f13ae3e
commit ffb1d880d7
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

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