Skip to content

Commit

Permalink
Added github token for carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Oct 26, 2021
1 parent b79806d commit 7776254
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ on:
jobs:
publish:
name: Publish
runs-on: macos-latest
runs-on: macos-11.0
steps:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Make sure we're on the proper branch
run: |
[[ $GITHUB_REF == refs/heads/${{ github.event.inputs.confirmBranch }} ]] || exit 1
- name: Build the framework
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./scripts/build.sh
- name: Publish the library
uses: wultra/library-deploy@develop
Expand Down
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "wultra/powerauth-mobile-sdk" "1.6.1"
github "wultra/powerauth-mobile-sdk" "1.6.2"

0 comments on commit 7776254

Please sign in to comment.