Skip to content

Commit 0fb93e3

Browse files
committedDec 21, 2024
test update secrets
1 parent 853f422 commit 0fb93e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.forgejo/workflows/tofu-issue-deploy.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
steps:
1111
- name: Checkout repository
1212
uses: actions/checkout@v4
13+
with:
14+
token: ${{ secrets.GITHUB_TOKEN }}
1315

1416
- name: Extract Issue Details
1517
id: extract
@@ -94,7 +96,7 @@ jobs:
9496
9597
- name: Commit and Push Terraform File
9698
env:
97-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99+
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
98100
run: |
99101
git config user.name "GitHub Actions"
100102
git config user.email "actions@github.com"

0 commit comments

Comments
 (0)
Please sign in to comment.