Ver código fonte

ci: Use crabby-the-crab

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
Dave Tucker 3 anos atrás
pai
commit
facb01f34b
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      .github/workflows/gen.yml

+ 3 - 3
.github/workflows/gen.yml

@@ -38,7 +38,7 @@ jobs:
         if: env.COMMIT_CHANGES == 1
         uses: devops-infra/action-commit-push@master
         with:
-          github_token: "${{ secrets.GITHUB_TOKEN }}"
+          github_token: "${{ secrets.CRABBY_GITHUB_TOKEN }}"
           commit_prefix: "[codegen] Update libbpf to ${{ env.LIBBPF_SHA }}"
           commit_message: "Update libbpf to ${{ env.LIBBPF_SHA }}"
           target_branch: codegen
@@ -48,9 +48,9 @@ jobs:
         if: steps.commit.outputs.files_changed != ''
         uses: devops-infra/action-pull-request@master
         with:
-          github_token: ${{ secrets.GITHUB_TOKEN }}
+          github_token: ${{ secrets.CRABBY_GITHUB_TOKEN }}
           body: "**Automated pull request**<br><br>Update libbpf to ${{ env.LIBBPF_SHA }}"
           title: Update libbpf to ${{ env.LIBBPF_SHA }}
           source_branch: codegen
           target_branch: main
-          get_diff: true
+          get_diff: true