Skip to content

Commit

Permalink
Use correct secret for cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-pod committed Sep 29, 2023
1 parent b24bae9 commit abcc05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
LC_ALL: en_US.UTF-8
LANG: en_US.UTF-8
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_AP_TOKEN }}
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TOKEN_CI }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_COMMITTER_NAME: Bot Fabernovel
GIT_AUTHOR_NAME: Bot Fabernovel
Expand Down

0 comments on commit abcc05f

Please sign in to comment.