Skip to content

Commit 64a4ad3

Browse files
committed
fix: Added GH_TOKEN for GH
1 parent b4d0eab commit 64a4ad3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ permissions:
1616
jobs:
1717
mirror-release:
1818
runs-on: ubuntu-latest
19+
env:
20+
GH_TOKEN: ${{ github.token }}
1921
steps:
2022
- name: Mirror release from GitLab
2123
shell: bash

0 commit comments

Comments
 (0)