mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2024-12-24 15:26:42 +00:00
test
This commit is contained in:
parent
f7736d4008
commit
6eddddcc73
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
|
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
contents: read
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- name: Configure AWS Credentials
|
- name: Configure AWS Credentials
|
||||||
uses: aws-actions/configure-aws-credentials@v1
|
uses: aws-actions/configure-aws-credentials@v1
|
||||||
@ -30,7 +30,11 @@ jobs:
|
|||||||
id: fmt
|
id: fmt
|
||||||
run: terraform fmt
|
run: terraform fmt
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
- uses: EndBug/add-and-commit@v7
|
||||||
|
with:
|
||||||
|
message: Terraform fmt [skip ci]
|
||||||
|
committer_name: GitHub Actions
|
||||||
|
committer_email: actions@github.com
|
||||||
- name: Terraform Init
|
- name: Terraform Init
|
||||||
id: init
|
id: init
|
||||||
run: terraform init
|
run: terraform init
|
||||||
|
3
.github/workflows/pr.yml
vendored
3
.github/workflows/pr.yml
vendored
@ -13,7 +13,8 @@ jobs:
|
|||||||
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
|
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
contents: read
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- name: Configure AWS Credentials
|
- name: Configure AWS Credentials
|
||||||
uses: aws-actions/configure-aws-credentials@v1
|
uses: aws-actions/configure-aws-credentials@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user