Skip to content

Commit

Permalink
Update step name
Browse files Browse the repository at this point in the history
  • Loading branch information
reyery committed Apr 12, 2024
1 parent 248e7d1 commit 1d0047d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
shell: bash -el {0}
run: echo "CEA_VERSION=$(python -c "import cea; print(cea.__version__)")" >> "$GITHUB_ENV"

- name: save api key secret to file
- name: Save Apple API Key secret to file
env:
APPLE_API_KEY_BASE64: ${{ secrets.APPLE_API_KEY_BASE64 }}
run: |
Expand Down

0 comments on commit 1d0047d

Please sign in to comment.