Skip to content

Commit

Permalink
with secret at env level
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Beslogic committed Oct 29, 2024
1 parent c6d8980 commit 4fa22ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/genparker-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
ORG_GRADLE_PROJECT_RELEAF_UPLOAD_STORE_PASSWORD: ${{ secrets.RELEAF_UPLOAD_STORE_PASSWORD }}
ORG_GRADLE_PROJECT_RELEAF_UPLOAD_KEY_PASSWORD: ${{ secrets.RELEAF_UPLOAD_KEY_PASSWORD }}
RELEAF_GENPARKER_KEYS: ${{ secrets.RELEAF_GENPARKER_KEYS }}
SERVICE_ACCOUNT_JSON: ${{ secrets.SERVICE_ACCOUNT_JSON }}

jobs:
init:
Expand Down
2 changes: 1 addition & 1 deletion apps/releaf/mobile/src/app/box/components/Box.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const SLinearGradient = styled(LinearGradient);
const MAX_NAME_LENGTH = 7;

export function Box({ box }: { box: BoxItem }) {
console.log('a small updates #2')
console.log('a small updates #3')
const [boxHoldPosition, setBoxHoldPosition] = useState<number>(0);
const [boxPosition, setBoxPosition] = useState<number>(0);

Expand Down

0 comments on commit 4fa22ba

Please sign in to comment.