From 828fbd63d1569a642b9a934415cdb548dea9d54b Mon Sep 17 00:00:00 2001 From: Henil Panchal Date: Mon, 1 Apr 2024 22:26:52 +0530 Subject: [PATCH] support: new fpm --- .github/workflows/security_checks.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/security_checks.yml b/.github/workflows/security_checks.yml index 26e914ec..bd54bafa 100644 --- a/.github/workflows/security_checks.yml +++ b/.github/workflows/security_checks.yml @@ -19,7 +19,8 @@ jobs: - uses: fortran-lang/setup-fpm@v5 with: fpm-version: 'v0.10.1' - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.GITHUB_TOKEN }} + fpm-repository: https://github.com/henilp105/fpm - name: Setup Python uses: actions/setup-python@v5