test update secrets

This commit is contained in:
Matt Reeves 2024-12-20 22:17:25 -05:00
parent 853f422ac2
commit 0fb93e377e

View file

@ -10,6 +10,8 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Extract Issue Details - name: Extract Issue Details
id: extract id: extract
@ -94,7 +96,7 @@ jobs:
- name: Commit and Push Terraform File - name: Commit and Push Terraform File
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
run: | run: |
git config user.name "GitHub Actions" git config user.name "GitHub Actions"
git config user.email "actions@github.com" git config user.email "actions@github.com"