Skip to content

Commit 13dc37f

Browse files
committed
Test profile merger
1 parent 90b645c commit 13dc37f

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

.github/workflows/generate-profile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: drud/action-cross-commit@master
3131
with:
3232
source-folder: profile-merger/output
33-
destination-repository: https://MaximPlusov:${{ secrets.WORKFLOW_TOKEN }}@github.com/MaximPlusov/veraPDF-validation-profiles
33+
destination-repository: https://MaximPlusov:${{ secrets.API_TOKEN_GITHUB }}@github.com/MaximPlusov/veraPDF-validation-profiles
3434
destination-folder: PDF_A
3535
destination-branch: integration
3636
git-user: "Git User"

.github/workflows/update-profiles.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,3 @@ jobs:
2424
uses: MaximPlusov/veraPDF-tools/.github/workflows/generate-profile.yml@master
2525
with:
2626
profile-path: '1b'
27-
28-
commit-profiles:
29-
name: Commit profiles
30-
runs-on: ubuntu-20.04
31-
steps:
32-
- name: Commit to veraPDF-corpus.wiki
33-
uses: drud/action-cross-commit@master
34-
with:
35-
source-folder: profile-merger/output
36-
destination-repository: https://MaximPlusov:${{ secrets.API_TOKEN_GITHUB }}@github.com/MaximPlusov/veraPDF-validation-profiles
37-
destination-folder: PDF_A
38-
destination-branch: integration
39-
git-user: "Git User"
40-
git-commit-message: "Update profiles"
41-
git-commit-sign-off: "false"
42-
excludes: .git:Home.md

0 commit comments

Comments
 (0)