Skip to content

Commit

Permalink
$TTY set in release builer
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilMeso committed Aug 25, 2022
1 parent d3064c9 commit eec104d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ jobs:
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
# GitHub sets this automatically
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPG_TTY: $(tty)
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# ignore build products
/bin
/site
/terraform-provider-confluence
/terraform-provider-confluence*
/dist
/docs

# ignore confluence secrets
terraform.tfvars
secrets.env
secrets.*

# ignore some things terraform could produce in the examples
.terraform
Expand Down

0 comments on commit eec104d

Please sign in to comment.