Skip to content

Commit 651fa73

Browse files
author
Oleg
committed
Try again using the GITHUB_TOKEN secret
1 parent ea451b4 commit 651fa73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
env:
143143
TAG: v${{ needs.meta.outputs.latest-version }}
144144
COMMIT: ${{ github.event.before }}
145-
GH_TOKEN: ${{ secrets.PAT_GITHUB }}
145+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
146146

147147
steps:
148148
- name: Create a tag to mark previous latest version

0 commit comments

Comments
 (0)