We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3064c9 commit eec104dCopy full SHA for eec104d
.github/workflows/release.yml
@@ -46,4 +46,5 @@ jobs:
46
env:
47
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
48
# GitHub sets this automatically
49
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
+ GPG_TTY: $(tty)
.gitignore
@@ -1,11 +1,13 @@
1
# ignore build products
2
/bin
3
/site
4
-/terraform-provider-confluence
+/terraform-provider-confluence*
5
+/dist
6
+/docs
7
8
# ignore confluence secrets
9
terraform.tfvars
-secrets.env
10
+secrets.*
11
12
# ignore some things terraform could produce in the examples
13
.terraform
0 commit comments