We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc32aa8 commit 886341fCopy full SHA for 886341f
.github/workflows/release.yml
@@ -72,7 +72,7 @@ jobs:
72
pod trunk push PusherSwift.podspec
73
pod trunk push PusherSwiftWithEncryption.podspec
74
env:
75
- COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TOKEN }}
+ COCOAPODS_TRUNK_TOKEN: ${{ secrets.PUSHER_CI_COCOAPODS_TOKEN }}
76
outputs:
77
release_version: ${{ needs.build.outputs.tag }}
78
0 commit comments