Skip to content

Commit 118007a

Browse files
authored
use workflow token instead of release PAT (#367)
1 parent 29e3485 commit 118007a

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
@@ -131,7 +131,7 @@ jobs:
131131
- name: Build Cocoa SDK from Carthage
132132
if: steps.cache_built_carthage.outputs.cache-hit != 'true'
133133
env:
134-
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_PAT }}
134+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
135135
run: make build
136136

137137
job_artifacts:

0 commit comments

Comments
 (0)