diff --git a/.gitea/workflows/pack-zgm-pbo-files.yaml b/.gitea/workflows/pack-zgm-pbo-files.yaml index 3064c97..e6cb2bf 100644 --- a/.gitea/workflows/pack-zgm-pbo-files.yaml +++ b/.gitea/workflows/pack-zgm-pbo-files.yaml @@ -14,7 +14,7 @@ jobs: repository: 17th-Ranger-Battalion-ORG/MissionsForZGM fetch-depth: 0 ref: 'main' - token: ${{ secrets.READ_TOKEN }} + token: ${{ secrets.RELEASE_TOKEN }} path: template - name: Get mission list @@ -33,7 +33,7 @@ jobs: with: fetch-depth: 0 ref: 'main' - token: ${{ secrets.READ_TOKEN }} + token: ${{ secrets.RELEASE_TOKEN }} path: template - name: Prepare template @@ -48,7 +48,7 @@ jobs: repository: 17th-Ranger-Battalion-ORG/MissionsForZGM fetch-depth: 0 ref: 'main' - token: ${{ secrets.READ_TOKEN }} + token: ${{ secrets.RELEASE_TOKEN }} path: zgm-files - name: Prepare tools