Skip to content

Commit

Permalink
Update ci_production.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ponyisi authored Jan 20, 2025
1 parent a5efe46 commit 5d363ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci_production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ jobs:
python-version: 3.12

- name: Save secret
run: 'echo "$SERVICEX_YAML" > servicex.yaml && grep name servicex.yaml'
run: 'echo "$SERVICEX_YAML" > servicex.yaml'
shell: bash
env:
SERVICEX_YAML: ${{ secrets.SERVICEX_YAML }}

- name: ServiceX target info
run: grep name servicex.yaml

- name: Install uv
uses: astral-sh/setup-uv@v3

Expand Down

0 comments on commit 5d363ae

Please sign in to comment.