diff --git a/.github/workflows/diagram.yml b/.github/workflows/diagram.yml index e85bbe4..1460afc 100644 --- a/.github/workflows/diagram.yml +++ b/.github/workflows/diagram.yml @@ -10,8 +10,9 @@ jobs: steps: - name: Checkout code uses: actions/checkout@master + with: + repo-token: ${{ secrets.PAT }} - name: Update diagram uses: githubocto/repo-visualizer@main with: - repo-token: ${{ secrets.PAT }} excluded_paths: "ignore,.github"