Skip to content

Commit 886341f

Browse files
authored
Use organization level CocoaPods token (#423)
1 parent fc32aa8 commit 886341f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
pod trunk push PusherSwift.podspec
7373
pod trunk push PusherSwiftWithEncryption.podspec
7474
env:
75-
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TOKEN }}
75+
COCOAPODS_TRUNK_TOKEN: ${{ secrets.PUSHER_CI_COCOAPODS_TOKEN }}
7676
outputs:
7777
release_version: ${{ needs.build.outputs.tag }}
7878

0 commit comments

Comments
 (0)