Skip to content

Introduce Artifact Attestations (#638) #23238

Introduce Artifact Attestations (#638)

Introduce Artifact Attestations (#638) #23238

Workflow file for this run

on:
push:
branches: [ master ]
schedule:
- cron: '0 0 * * 1'
workflow_dispatch: # Enables on-demand/manual triggering
jobs:
job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: git submodule update --init --depth=0
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: |
go get github.com/aws/aws-sdk-go
go mod tidy
cd tools/provider-schema
terraform init -upgrade
terraform providers schema -json > schema.json
cd ../..
git submodule update --remote
go generate ./...
- uses: peter-evans/create-pull-request@v6
with:
commit-message: |
Update AWS provider/module and generated content
title: Update AWS provider/module and generated content
delete-branch: true
body: |
This is an automated pull request triggered by GitHub Actions. To trigger check runs, close and re-open it.