Skip to content

Commit

Permalink
set git credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
malmstein committed Oct 24, 2024
1 parent 4896ac0 commit ceef7be
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release_create_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,18 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.GT_DAXMOBILE }}

- name: Set up ruby env
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.2
bundler-cache: true

- name: Set Git permissions ruby env
run: |
git remote set-url origin https://${{ secrets.GT_DAXMOBILE }}@github.com/duckduckgo/Android.git/
- name: Set Git permissions
uses: oleksiyrudenko/gha-git-credentials@v2-latest
with:
token: '${{ secrets.GT_DAXMOBILE }}'

- name: Use fastlane lane to create and push tagged release
id: create_git_tag
Expand Down

0 comments on commit ceef7be

Please sign in to comment.