Skip to content

Commit

Permalink
set environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ctroupin committed Dec 6, 2024
1 parent d4963eb commit 7d04c18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
julia-arch: x86

steps:
- name: Set Token value
run: |
echo "action_state=yellow" >> "$GITHUB_ENV"
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
Expand All @@ -33,5 +37,7 @@ jobs:
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
env:
beaconAPItoken: ${{ secrets.BEACONAPITOKEN }}
# with:
# annotate: true

0 comments on commit 7d04c18

Please sign in to comment.