Skip to content

Commit 33cedd7

Browse files
committedAug 26, 2024··
fix: or this
1 parent c980830 commit 33cedd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/build-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/create-github-app-token@v1
3636
with:
3737
app_id: 407179
38-
private_key: ${{ secrets.GITHUB_CODE_UPGRADE_ENGINE_APP_KEY }}
38+
private_key: ${{ env.GITHUB_CODE_UPGRADE_ENGINE_APP_KEY }}
3939
- name: Checkout
4040
uses: actions/checkout@v4
4141
env:

‎templates/.github/workflows/build-release.yml.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/create-github-app-token@v1
3636
with:
3737
app_id: 407179
38-
private_key: {{ "${{ secrets.GITHUB_CODE_UPGRADE_ENGINE_APP_KEY }}" }}
38+
private_key: {{ "${{ env.GITHUB_CODE_UPGRADE_ENGINE_APP_KEY }}" }}
3939
- name: Checkout
4040
uses: actions/checkout@v4
4141
env:

0 commit comments

Comments
 (0)
Please sign in to comment.