test update secrets
This commit is contained in:
parent
853f422ac2
commit
0fb93e377e
1 changed files with 3 additions and 1 deletions
|
@ -10,6 +10,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Extract Issue Details
|
||||
id: extract
|
||||
|
@ -94,7 +96,7 @@ jobs:
|
|||
|
||||
- name: Commit and Push Terraform File
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
|
||||
run: |
|
||||
git config user.name "GitHub Actions"
|
||||
git config user.email "actions@github.com"
|
||||
|
|
Loading…
Reference in a new issue