We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363c30d commit 23c65d1Copy full SHA for 23c65d1
1 file changed
.github/workflows/preview-tarball.yml
@@ -29,15 +29,9 @@ jobs:
29
run: |
30
TARBALL_NAME=$(ls *.tgz | head -1 | xargs basename)
31
echo "name=$TARBALL_NAME" >> $GITHUB_OUTPUT
32
- - name: Generate GitHub App Token
33
- id: app-token
34
- uses: actions/create-github-app-token@v1
35
- with:
36
- app-id: ${{ vars.APP_ID }}
37
- private-key: ${{ secrets.APP_PRIVATE_KEY }}
38
- name: Create or update prerelease
39
env:
40
- GH_TOKEN: ${{ steps.app-token.outputs.token }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
TARBALL_NAME: ${{ steps.tarball.outputs.name }}
42
43
TAG="prerelease"
0 commit comments