From bfcb62f3fdcfaeba170735885dc1a1c1f1275141 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Sun, 29 Oct 2023 16:36:04 -0600 Subject: [PATCH] secrets --- .gitea/workflows/cicd.yaml | 4 ++-- src/homebrew/homebrew.yaml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index dbefacd..76337cf 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -24,7 +24,7 @@ jobs: -it \ -v "$PWD":/mnt \ -w /mnt \ - -e FIREBASE_CI_TOKEN="$FIREBASE_CI_TOKEN" \ - -e GITLAB_PAT="$GITLAB_PAT" \ + -e FIREBASE_CI_TOKEN='${{ secrets.FIREBASE_CI_TOKEN }}' \ + -e GITLAB_PAT='${{ secrets.GITLAB_PAT }}' \ registry-app.inhome.blapointe.com:5001/portfolio/resume/builder:latest \ bash ./build/firebase.sh diff --git a/src/homebrew/homebrew.yaml b/src/homebrew/homebrew.yaml index d306b1f..c5cf9cd 100644 --- a/src/homebrew/homebrew.yaml +++ b/src/homebrew/homebrew.yaml @@ -63,4 +63,3 @@ resume: - 'Languages: Go (Golang), Bash, Python3' - 'Platforms: Docker, Hashicorp, Linux/Unix, AWS, REST, Microservices, Git' - 'Datastores: MongoDB, Redis, S3, Couchbase, DynamoDB' -