Skip to content

Commit

Permalink
fix: job build-docs.yml
Browse files Browse the repository at this point in the history
Secrets are not accessible by PRs from fork a fork
I'm not sure this secret is even necessary in here

Signed-off-by: Fabio Pinheiro <fabiomgpinheiro@gmail.com>
  • Loading branch information
FabioPinheiro authored Oct 17, 2024
1 parent a4b59f0 commit 6e367c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.IDENTUS_CI }}
fetch-depth: 0

- name: Update submodules
Expand Down

0 comments on commit 6e367c9

Please sign in to comment.