Skip to content

Commit

Permalink
set server url in close
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-funk committed Nov 24, 2024
1 parent 4594c3e commit 0eb6ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
- run: ./.github/scripts/cleanup_nats_js.sh
env:
OC_NAMESPACE: ${{ secrets.OC_NAMESPACE }}
OC_SERVER: ${{ secrets.OC_SERVER }}
OC_SERVER: ${{ env.OC_SERVER }}
OC_TOKEN: ${{ secrets.OC_TOKEN }}
PR_NUMBER: ${{ github.event.number }}

0 comments on commit 0eb6ed3

Please sign in to comment.