Skip to content

Commit

Permalink
Use organization level CocoaPods token (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbenevides committed Feb 6, 2024
1 parent fc32aa8 commit 886341f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -72,7 +72,7 @@ jobs:
pod trunk push PusherSwift.podspec
pod trunk push PusherSwiftWithEncryption.podspec
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TOKEN }}
COCOAPODS_TRUNK_TOKEN: ${{ secrets.PUSHER_CI_COCOAPODS_TOKEN }}
outputs:
release_version: ${{ needs.build.outputs.tag }}

Expand Down

0 comments on commit 886341f

Please sign in to comment.