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:
|
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"
|
||||||
|
|
Loading…
Reference in a new issue