File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments