Browse Source

Use personal token.

release/6.x 6.12.0
Sebastian 3 years ago
parent
commit
291490f9f8
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

@ -224,7 +224,7 @@ jobs:
body: ${{ steps.changelog_reader.outputs.changes }}
name: ${{ env.GITHUB_REF_SLUG }}
replacesArtifacts: true
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PERSONAL_TOKEN }}
- name: Cleanup Binaries
if: always()

Loading…
Cancel
Save