mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2025-01-30 23:53:56 +00:00
testing gha tokens
This commit is contained in:
parent
b1232a9e46
commit
3ddf183fb5
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -12,6 +12,10 @@ jobs:
|
||||
environment: main
|
||||
name: 'Terraform'
|
||||
runs-on: ubuntu-latest
|
||||
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
steps:
|
||||
- name: Configure AWS Credentials
|
||||
uses: aws-actions/configure-aws-credentials@v1
|
||||
|
4
.github/workflows/pr.yml
vendored
4
.github/workflows/pr.yml
vendored
@ -12,6 +12,10 @@ jobs:
|
||||
environment: main
|
||||
name: 'Terraform'
|
||||
runs-on: ubuntu-latest
|
||||
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
steps:
|
||||
- name: Configure AWS Credentials
|
||||
uses: aws-actions/configure-aws-credentials@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user