Skip to content

Commit afc7d05

Browse files
committed
build(project): fix permission
1 parent 4582402 commit afc7d05

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-winux.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
build-linux:
1414
runs-on: ubuntu-latest
1515
container: raetro/gateman-builder:latest
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1618
steps:
1719
- name: '🧰 Checkout Repository'
1820
uses: actions/checkout@v3
@@ -33,6 +35,8 @@ jobs:
3335
build-mingw:
3436
runs-on: ubuntu-latest
3537
container: raetro/gateman-builder:latest
38+
env:
39+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3640
steps:
3741
- name: '🧰 Checkout Repository'
3842
uses: actions/checkout@v3
@@ -52,6 +56,8 @@ jobs:
5256
##############################################################################
5357
build-macos:
5458
runs-on: macos-latest
59+
env:
60+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5561
steps:
5662
- name: '🧰 Checkout Repository'
5763
uses: actions/checkout@v3

0 commit comments

Comments
 (0)