Skip to content

Commit

Permalink
env setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ajaiswal committed Sep 10, 2024
1 parent 5fccc8a commit 067b875
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
secret_value=$(aws secretsmanager get-secret-value --secret-id ${{ secrets.SECRET_NAME }} --query SecretString --output text)
echo "::set-output name=secret_value::$secret_value"
- name: Use the secret
- name: setup environment
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name : Use the secret
run: |
echo "Using secret in the job: ${{ steps.fetch-secret.outputs.secret_value }}"
Empty file added github-api.py
Empty file.

0 comments on commit 067b875

Please sign in to comment.