Skip to content

Commit b9f52a3

Browse files
authored
Update ci.yml
1 parent 6a3da13 commit b9f52a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id: bump
2424
uses: anothrNick/github-tag-action@v1
2525
env:
26-
GITHUB_TOKEN: ${{ secrets.TOKEN }}
26+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
WITH_V: true
2828
DEFAULT_BUMP: patch
2929

@@ -57,7 +57,7 @@ jobs:
5757
]
5858
}
5959
env:
60-
GITHUB_TOKEN: ${{ secrets.TOKEN }}
60+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6161
fromTag: ${{ steps.bump.outputs.previous_tag }}
6262
toTag: ${{ steps.bump.outputs.new_tag }}
6363

0 commit comments

Comments
 (0)