Skip to content

Commit 83a4552

Browse files
authored
[DO NOT MERGE] Test auth
1 parent d7b98eb commit 83a4552

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
private-key: ${{ secrets.TEMPORAL_CICD_PRIVATE_KEY }}
2323
owner: ${{ github.repository_owner }}
2424

25+
- name: Configure Git
26+
run: |
27+
echo ${{ steps.generate_token.outputs.token }} | gh auth login --with-token
28+
gh auth status -a
29+
2530
- name: Checkout
2631
uses: actions/checkout@v4
2732
with:
@@ -75,6 +80,7 @@ jobs:
7580
- name: Configure Git
7681
run: |
7782
echo ${{ steps.generate_token.outputs.token }} | gh auth login --with-token
83+
gh auth status -a
7884
7985
- name: Install Helm
8086
uses: azure/setup-helm@v3

0 commit comments

Comments
 (0)