Skip to content

Commit

Permalink
Change CocoaPods secret name to PUSHER_CI_COCOAPODS_TOKEN (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbenevides authored Feb 6, 2024
1 parent 3bb4cd1 commit 1e545fc
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 @@ -64,7 +64,7 @@ jobs:
pod trunk push NWWebSocket.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 1e545fc

Please sign in to comment.