Skip to content

Commit

Permalink
Use correct personal github access token in CD
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-pod committed Mar 5, 2024
1 parent 17ecc41 commit ec78af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:

- name: Publish release
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN_CI }}
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TOKEN_CI }}
run: bundle exec fastlane publish_release

0 comments on commit ec78af9

Please sign in to comment.