From 1fb95cb013a369458f11aaa9368fb393311e8765 Mon Sep 17 00:00:00 2001 From: rilesdun Date: Sun, 17 Sep 2023 23:32:41 +0000 Subject: [PATCH] tweak --- .github/workflows/bandit-scan.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bandit-scan.yml b/.github/workflows/bandit-scan.yml index 3c16d14..7beab3e 100644 --- a/.github/workflows/bandit-scan.yml +++ b/.github/workflows/bandit-scan.yml @@ -51,4 +51,6 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v2 + with: + token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file