Skip to content

Commit

Permalink
python env main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ajaiswal authored Sep 10, 2024
1 parent 1b3a320 commit a4ec5e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ jobs:
echo "::set-output name=secret_value::$secret_value"
- name: Use the secret
uses: actions/setup-python@v5
with:
python-version: '3.10'
run: |
echo "Using secret in the job: ${{ steps.fetch-secret.outputs.secret_value }}"

0 comments on commit a4ec5e5

Please sign in to comment.