We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6ef48 commit 5ddd67eCopy full SHA for 5ddd67e
.github/workflows/publish.yml
@@ -20,4 +20,6 @@ jobs:
20
env:
21
POD_GITHUB_API_TOKEN: ${{ secrets.CI_ACCESS }}
22
- name: Publish Pod
23
- run: bundle exec pod repo push https://${POD_GITHUB_API_TOKEN}@github.com/DoubleSymmetry/PrivatePodSpecs.git DSKit.podspec
+ run: pod repo push https://${POD_GITHUB_API_TOKEN}@github.com/DoubleSymmetry/PrivatePodSpecs.git DSKit.podspec
24
+ env:
25
+ POD_GITHUB_API_TOKEN: ${{ secrets.CI_ACCESS }}
0 commit comments