Skip to content

Commit

Permalink
set token
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Mar 6, 2024
1 parent 5f0d9d0 commit 940b5b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ platform :mac do
macos_create_release_branch(version: new_version)
macos_update_embedded_files
macos_update_version_config(version: new_version)
if is_ci
sh('git', 'remote', 'set-url', 'origin', "https://x-access-token:#{ENV["GH_TOKEN"]}@github.com/duckduckgo/macos-browser.git")
end
sh('git', 'push')

sh("echo \"release_branch_name=#{RELEASE_BRANCH}/#{new_version}\" >> $GITHUB_OUTPUT") if is_ci
Expand Down

0 comments on commit 940b5b3

Please sign in to comment.