Skip to content

Commit eec104d

Browse files
committed
$TTY set in release builer
1 parent d3064c9 commit eec104d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ jobs:
4646
env:
4747
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
4848
# GitHub sets this automatically
49-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50+
GPG_TTY: $(tty)

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# ignore build products
22
/bin
33
/site
4-
/terraform-provider-confluence
4+
/terraform-provider-confluence*
5+
/dist
6+
/docs
57

68
# ignore confluence secrets
79
terraform.tfvars
8-
secrets.env
10+
secrets.*
911

1012
# ignore some things terraform could produce in the examples
1113
.terraform

0 commit comments

Comments
 (0)