🔧 Update GitHub Actions workflow to use CONTENTS_RW_PAT for GITHUB_TOKEN

This commit is contained in:
Baptiste Arnaud 2025-05-02 17:26:27 +02:00
parent 0027867bee
commit d32b6f8fa4
No known key found for this signature in database

View File

@ -12,7 +12,7 @@ jobs:
create-tag:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
GITHUB_TOKEN: "${{ secrets.CONTENTS_RW_PAT }}"
steps:
- uses: actions/checkout@v2
- name: "Create main tag"