Skip to content

Commit f6588ba

Browse files
committed
chore: test
1 parent f53ac72 commit f6588ba

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/conventional_commits_title.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,17 @@ jobs:
1111
conventional_commit_title:
1212
runs-on: [self-hosted, ARM64]
1313
steps:
14+
- uses: actions/create-github-app-token@v1
15+
id: app-token
16+
with:
17+
app-id: ${{ secrets.GH_ACTIONS_HELPER_APP_ID }}
18+
private-key: ${{ secrets.GH_ACTIONS_HELPER_PK }}
19+
- uses: actions/checkout@v4
20+
with:
21+
token: ${{ steps.app-token.outputs.token }}
22+
repository: "chanzuckerberg/rzheng-test"
23+
path: "./foobar"
24+
- name: Test output
25+
run: cat ./foobar/target
1426
- uses: actions/checkout@v3
1527
- uses: ./.github/actions/conventional-commits

0 commit comments

Comments
 (0)