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 f53ac72 commit f6588baCopy full SHA for f6588ba
.github/workflows/conventional_commits_title.yml
@@ -11,5 +11,17 @@ jobs:
11
conventional_commit_title:
12
runs-on: [self-hosted, ARM64]
13
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
21
+ token: ${{ steps.app-token.outputs.token }}
22
+ repository: "chanzuckerberg/rzheng-test"
23
+ path: "./foobar"
24
+ - name: Test output
25
+ run: cat ./foobar/target
26
- uses: actions/checkout@v3
27
- uses: ./.github/actions/conventional-commits
0 commit comments