Skip to content

Commit

Permalink
Remove base64 args
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSinn committed May 16, 2024
1 parent 36f0af1 commit f11ffb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v4
- name: Setup Fastlane Auth
run: echo "FASTLANE_GIT_BASIC_AUTHORIZATION=$(echo -n taplytics-robot:${{ secrets.AUTOMATION_USER_TOKEN }} | base64 -w 0)" >> "$GITHUB_ENV"
run: echo "FASTLANE_GIT_BASIC_AUTHORIZATION=$(echo -n taplytics-robot:${{ secrets.AUTOMATION_USER_TOKEN }} | base64)" >> "$GITHUB_ENV"
- name: "Select Latest Xcode"
uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down

0 comments on commit f11ffb9

Please sign in to comment.