Skip to content

Commit

Permalink
Add GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Mar 13, 2024
1 parent 6cd6ae6 commit 58c6460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
APPLE_API_KEY_BASE64: ${{ secrets.APPLE_API_KEY_BASE64 }}
APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}
APPLE_API_KEY_ISSUER: ${{ secrets.APPLE_API_KEY_ISSUER }}
GH_TOKEN: ${{ github.token }}
LAST_RELEASE: ${{ steps.find_last_release.outputs.last_release }}
run: |
git config --global user.name "Dax the Duck"
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ release in progress and you're making a follow-up internal release that includes
source_version = options[:source_version]
version = options[:new_version]
UI.message("Creating new hotfix release branch for #{version}")
release_branch = "#{RELEASE_BRANCH}/#{version}"
release_branch = "#{HOTFIX_BRANCH}/#{version}"

# Abort if the branch already exists
UI.abort_with_message!("Branch #{release_branch} already exists in this repository. Aborting.") unless Action.sh(
Expand Down

0 comments on commit 58c6460

Please sign in to comment.