]> Untitled Git - bdk/commitdiff
ci: fix dependabot clippy_check error github/dependabot/github_actions/tibdex/github-app-token-2
authorSteve Myers <steve@notmandatory.org>
Tue, 29 Oct 2024 20:41:53 +0000 (15:41 -0500)
committerSteve Myers <steve@notmandatory.org>
Tue, 29 Oct 2024 20:41:53 +0000 (15:41 -0500)
.github/workflows/cont_integration.yml

index 63e0d669e152096f6e509c0a56e650e673daca10..04f88fb09d51ada40ea9ec6d656d7df62b5cc1b7 100644 (file)
@@ -130,6 +130,8 @@ jobs:
   clippy_check:
     needs: prepare
     runs-on: ubuntu-latest
+    permissions:
+      checks: write
     steps:
       - uses: actions/checkout@v4
       - uses: actions-rs/toolchain@v1
@@ -142,6 +144,7 @@ jobs:
       - uses: actions-rs/clippy-check@v1
         with:
           token: ${{ secrets.GITHUB_TOKEN }}
+          name: Clippy Results
           args: --all-features --all-targets -- -D warnings
 
   build-examples: