Skip to content

Commit

Permalink
Update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
msaps committed May 4, 2020
1 parent 14459f1 commit c0b276d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
env:
SLACK_URL: ${{ secrets.SLACK_URL }}
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_API_TOKEN: ${{ secrets.GH_UIAS_TOKEN }}
run: bundle exec fastlane deploy
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ platform :ios do
# Push new Github release
github_release = set_github_release(
repository_name: "uias/Pageboy",
api_token: ENV["GITHUB_TOKEN"],
api_token: ENV["GITHUB_API_TOKEN"],
name: version,
tag_name: version,
description: "#{version} release.",
Expand Down

0 comments on commit c0b276d

Please sign in to comment.