Skip to content

Commit

Permalink
feat: 슬랙 주소 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Jan 28, 2024
1 parent 08c6521 commit 0948965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "$GENERIC_APP_SECRETS" > secrets.properties && \
echo "$GOOGLE_SERVICES_JSON" > app/google-services.json && \
echo "$APP_SIGNING_SECRET" > ./keystore.b64 && \
base64 -d -i ./keystore.b64 > ./bbibbi_android
base64 -d -i ./keystore.b64 > ./app/bbibbi_android
env:
PLAYSTORE_SA: ${{ secrets.PLAYSTORE_SA }}
GCP_FASTLANE_SA: ${{ secrets.GCP_FASTLANE_SA }}
Expand Down

0 comments on commit 0948965

Please sign in to comment.