We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a2210a commit bf1ab30Copy full SHA for bf1ab30
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
private-key: ${{ secrets.BOT_GH_APP_PRIVATE_KEY }}
25
owner: ${{ github.repository_owner }}
26
repositories: |
27
- ${{ github.repository }}
+ ${{ github.repository.name }}
28
29
- name: Get GitHub App User ID
30
id: get-user-id
internal/templates/common/github/workflows/cd.yaml.tmpl
@@ -19,7 +19,7 @@ jobs:
19
new_release_published: ${{`{{ steps.semantic.outputs.new_release_published }}`}}
20
steps:
21
{{- if and .ADL.Spec.SCM .ADL.Spec.SCM.GithubApp }}
22
- - uses: actions/create-github-app-token@v2.1.1
+ - uses: actions/create-github-app-token@v2.2.1
23
id: app-token
with:
app-id: ${{`{{ secrets.BOT_GH_APP_ID }}`}}
0 commit comments