Skip to content

Commit

Permalink
Fix Policy and Workflow being Computed parameters (#25)
Browse files Browse the repository at this point in the history
* Remove generate on push

* Add generated files
  • Loading branch information
Alramech authored Aug 15, 2023
1 parent 42f3caa commit 3231f15
Show file tree
Hide file tree
Showing 13 changed files with 765 additions and 33 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
default: false
schedule:
- cron: 0 0 * * * # Runs every day at midnight
push:
branches:
- '*'
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14
Expand Down
9 changes: 4 additions & 5 deletions files.gen
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ internal/provider/type_request.go
internal/provider/type_reviewers.go
internal/provider/type_step.go
internal/provider/type_grant_workflow.go
examples/README.md
go.mod
go.sum
internal/planmodifiers/boolplanmodifier/suppress_diff.go
Expand Down Expand Up @@ -145,13 +144,13 @@ internal/sdk/pkg/models/shared/reviewupdateparams.go
internal/sdk/pkg/models/shared/security.go
USAGE.md
internal/provider/provider.go
examples/provider/provider.tf
internal/provider/demo_resource.go
internal/provider/demo_resource_sdk.go
examples/resources/abbey_demo/resource.tf
internal/provider/grantkit_resource.go
internal/provider/grantkit_resource_sdk.go
examples/resources/abbey_grant_kit/resource.tf
internal/provider/identity_resource.go
internal/provider/identity_resource_sdk.go
examples/resources/abbey_identity/resource.tf
internal/provider/grantkit_data_source.go
internal/provider/grantkit_data_source_sdk.go
internal/provider/identity_data_source.go
internal/provider/identity_data_source_sdk.go
Loading

0 comments on commit 3231f15

Please sign in to comment.