Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfmnk committed Aug 8, 2024
1 parent 0154378 commit f5587ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Go build

env:
OVPN_HOST: ${{ vars.OVPN_HOST }}
CLOUDCONNEXA_CLIENT_ID: ${{ vars.CLOUDCONNEXA_CLIENT_ID }}
CLOUDCONNEXA_CLIENT_SECRET: ${{ vars.CLOUDCONNEXA_CLIENT_SECRET }}

on:
pull_request:
Expand All @@ -21,7 +23,6 @@ on:

jobs:
build:
environment: TestingEnv
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit f5587ae

Please sign in to comment.