We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b98eb commit 83a4552Copy full SHA for 83a4552
.github/workflows/release.yml
@@ -22,6 +22,11 @@ jobs:
22
private-key: ${{ secrets.TEMPORAL_CICD_PRIVATE_KEY }}
23
owner: ${{ github.repository_owner }}
24
25
+ - name: Configure Git
26
+ run: |
27
+ echo ${{ steps.generate_token.outputs.token }} | gh auth login --with-token
28
+ gh auth status -a
29
+
30
- name: Checkout
31
uses: actions/checkout@v4
32
with:
@@ -75,6 +80,7 @@ jobs:
75
80
- name: Configure Git
76
81
run: |
77
82
echo ${{ steps.generate_token.outputs.token }} | gh auth login --with-token
83
78
84
79
85
- name: Install Helm
86
uses: azure/setup-helm@v3
0 commit comments