Skip to content

Commit

Permalink
Add required secret for sandbox organization to use
Browse files Browse the repository at this point in the history
  • Loading branch information
nautik1 authored and nlewo committed Jan 4, 2024
1 parent e80ecf0 commit a2061c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
uses: actions/checkout@v2
- name: Test
env:
GANDI_URL: https://api.sandbox.gandi.net
GANDI_KEY: ${{ secrets.GANDI_SANDBOX_KEY }}
GANDI_URL: https://api.sandbox.gandi.net
GANDI_KEY: ${{ secrets.GANDI_SANDBOX_KEY }}
GANDI_SHARING_ID: a2f9c3dc-ab0e-11ee-b064-00163e6722b2
run: |
make testacc
Expand Down

0 comments on commit a2061c6

Please sign in to comment.