Skip to content

Bump codecov/codecov-action from 4 to 5 in the all-dependencies group… #38

Bump codecov/codecov-action from 4 to 5 in the all-dependencies group…

Bump codecov/codecov-action from 4 to 5 in the all-dependencies group… #38

Workflow file for this run

name: Terraform apply
on:
workflow_dispatch: ~
push:
branches:
- main
permissions:
contents: read
pull-requests: write
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
apply:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: google-github-actions/auth@v2
with:
credentials_json: "${{ secrets.GOOGLE_CREDENTIALS }}"
- uses: dflook/terraform-apply@v1
with:
path: toll-infrastructure