Skip to content

Commit

Permalink
Use secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
pluma4345 committed Apr 26, 2023
1 parent 0ad3bb1 commit 0f20d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
image: ${{ matrix.arangodb-version }}
env:
ARANGO_NO_AUTH: 1
ARANGO_LICENSE_KEY: $ARANGO_LICENSE_KEY
ARANGO_LICENSE_KEY: ${{ secrets.ARANGO_LICENSE_KEY }}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0f20d1f

Please sign in to comment.