Skip to content

Commit bae688b

Browse files
authored
Add CIMON_URL environment variable to workflow
1 parent d93066e commit bae688b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: cycodelabs/cimon-action@v1
10+
env:
11+
CIMON_URL: https://api.eu.cycode.xyz/
1012
with:
1113
client-id: ${{ secrets.CIMON_CLIENT_ID }}
1214
secret: ${{ secrets.CIMON_SECRET }}

0 commit comments

Comments
 (0)