1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Revert remove GITHUB_TOKEN from release workflow (#7020)

Signed-off-by: Sebastian Malton <sebastian@malton.name>

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-01-26 06:07:36 -08:00 committed by GitHub
parent d8930ed030
commit 60db48ca11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ jobs:
- uses: butlerlogic/action-autotag@stable - uses: butlerlogic/action-autotag@stable
id: tagger id: tagger
with: with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag_prefix: v tag_prefix: v
root: /packages/core root: /packages/core
- uses: ncipollo/release-action@v1 - uses: ncipollo/release-action@v1