ci: testing app token permissions

This commit is contained in:
Bassel Kanso 2025-01-28 14:22:16 +02:00
parent c37b3ead91
commit 68e4638b48

View File

@ -31,9 +31,3 @@ jobs:
with:
node-version: 20
- run: yarn
- run: ./scripts/publish.sh
env:
VERSION: ${{ github.event.inputs.version }}
DIST_TAG: 'latest'
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
GITHUB_ACTOR: ${{ github.actor }}