Skip to content

Commit

Permalink
Pass netbox token to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Jan 20, 2024
1 parent 7b94c8e commit 5164f6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
TF_IN_AUTOMATION: "true"
TF_CLI_ARGS: "-input=false"
TF_LOG: "debug"
NETBOX_API_TOKEN: ${{ secrets.NETBOX_API_TOKEN }}
steps:
- name: Download Workspace
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
TF_HTTP_PASSWORD: ${{ github.token }}
TF_IN_AUTOMATION: "true"
TF_CLI_ARGS: "-input=false"
NETBOX_API_TOKEN: ${{ secrets.NETBOX_API_TOKEN }}
defaults:
run:
working-directory: ./terraform
Expand Down

0 comments on commit 5164f6c

Please sign in to comment.