Skip to content

Commit

Permalink
use workflow token instead of release PAT (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffreyhung authored Dec 17, 2024
1 parent 29e3485 commit 118007a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Build Cocoa SDK from Carthage
if: steps.cache_built_carthage.outputs.cache-hit != 'true'
env:
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make build

job_artifacts:
Expand Down

0 comments on commit 118007a

Please sign in to comment.