Skip to content

Commit

Permalink
Update testflight_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftyJunnos authored Dec 21, 2023
1 parent 77d57c5 commit 6e7d271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testflight_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Create secret file
env:
API_SECRET: ${{ secrets.API_SECRET }}
API_SECRET: ${{ secrets.APIINFO_SECRET }}
run: |
echo -n $API_SECRET | base64 -D -o Favor/FavorNetworKit/Sources/FavorNetworkKit/API-Info.plist
Expand Down

0 comments on commit 6e7d271

Please sign in to comment.