Skip to content

Commit 52b3752

Browse files
committed
replace everything with gh token
1 parent 2f02449 commit 52b3752

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/create_miner_build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Build macOS App
1717
runs-on: macos-latest
1818
env:
19-
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
steps:
2121
- name: Checkout repository
2222
uses: actions/checkout@v4
@@ -41,7 +41,7 @@ jobs:
4141
working-directory: ./miner-app
4242
env:
4343
GIT_TERMINAL_PROMPT: 0
44-
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
44+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545

4646
- name: Configure Xcode project for manual signing
4747
run: |
@@ -147,7 +147,7 @@ jobs:
147147
name: Build Linux App
148148
runs-on: ubuntu-latest
149149
env:
150-
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
150+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
151151
steps:
152152
- name: Checkout repository
153153
uses: actions/checkout@v4
@@ -179,7 +179,7 @@ jobs:
179179
working-directory: ./miner-app
180180
env:
181181
GIT_TERMINAL_PROMPT: 0
182-
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
182+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
183183

184184
- name: Build Linux release
185185
run: flutter build linux --release
@@ -200,7 +200,7 @@ jobs:
200200
name: Build Windows App
201201
runs-on: windows-latest
202202
env:
203-
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
203+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
204204
steps:
205205
- name: Checkout repository
206206
uses: actions/checkout@v4
@@ -219,7 +219,7 @@ jobs:
219219
working-directory: ./miner-app
220220
env:
221221
GIT_TERMINAL_PROMPT: 0
222-
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
222+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
223223

224224
- name: Build Windows release
225225
run: flutter build windows --release

0 commit comments

Comments
 (0)