Skip to content

Commit dea16be

Browse files
committed
upadting the TFE secret
1 parent 9c4a939 commit dea16be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/copy-cloud-docs-for-tfe.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ jobs:
7575
7676
...Waiting for the diff PR to be created, before finishing this PR's description...
7777
78-
# secrets.TFE_GITHUB_TOKEN_010623 requires permissions read:org, repo, workflow
78+
# secrets.TFE_GITHUB_TOKEN requires permissions read:org, repo, workflow
7979
run: |
80-
echo ${{ secrets.TFE_GITHUB_TOKEN_010623 }} | gh auth login --with-token
80+
echo ${{ secrets.TFE_GITHUB_TOKEN }} | gh auth login --with-token
8181
git config --global user.email "team-rel-eng@hashicorp.com"
8282
git config --global user.name "tfe-release-bot"
8383
@@ -145,7 +145,7 @@ jobs:
145145
- [ ] @hashicorp/web-platform
146146
147147
run: |
148-
echo ${{ secrets.TFE_GITHUB_TOKEN_010623 }} | gh auth login --with-token
148+
echo ${{ secrets.TFE_GITHUB_TOKEN }} | gh auth login --with-token
149149
git config --global user.email "team-rel-eng@hashicorp.com"
150150
git config --global user.name "tfe-release-bot"
151151
@@ -192,7 +192,7 @@ jobs:
192192
- [ ] @hashicorp/ptfe-review
193193
- [ ] @hashicorp/web-platform
194194
run: |
195-
echo ${{ secrets.TFE_GITHUB_TOKEN_010623 }} | gh auth login --with-token
195+
echo ${{ secrets.TFE_GITHUB_TOKEN }} | gh auth login --with-token
196196
git config --global user.email "team-rel-eng@hashicorp.com"
197197
git config --global user.name "tfe-release-bot"
198198

0 commit comments

Comments
 (0)