Skip to content

Commit

Permalink
ci: deploy swift package with PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinjul committed Nov 28, 2023
1 parent 991805d commit fcf87f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions/deploySwiftPackage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
git checkout -b ${{ inputs.branch }}
git add -A
git commit -m "New ios package"
git remote add origin git@github.com:kalinjul/oidc-core-ios.git
git remote add origin https://${{ secrets.PAT }}@github.com/kalinjul/oidc-core-ios.git
git fetch
git rebase origin/${{ inputs.branch }}
git push origin ${{ inputs.branch }}
Expand Down

0 comments on commit fcf87f1

Please sign in to comment.