Skip to content

Commit bf1ab30

Browse files
committed
fix(ci): Use repository name
Signed-off-by: Eden Reich <eden.reich@gmail.com>
1 parent 3a2210a commit bf1ab30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
private-key: ${{ secrets.BOT_GH_APP_PRIVATE_KEY }}
2525
owner: ${{ github.repository_owner }}
2626
repositories: |
27-
${{ github.repository }}
27+
${{ github.repository.name }}
2828
2929
- name: Get GitHub App User ID
3030
id: get-user-id

internal/templates/common/github/workflows/cd.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
new_release_published: ${{`{{ steps.semantic.outputs.new_release_published }}`}}
2020
steps:
2121
{{- if and .ADL.Spec.SCM .ADL.Spec.SCM.GithubApp }}
22-
- uses: actions/create-github-app-token@v2.1.1
22+
- uses: actions/create-github-app-token@v2.2.1
2323
id: app-token
2424
with:
2525
app-id: ${{`{{ secrets.BOT_GH_APP_ID }}`}}

0 commit comments

Comments
 (0)