Skip to content

Commit

Permalink
remove secrets to avoid github workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
chhsiao1981 committed Sep 25, 2024
1 parent 924c7c2 commit be6c355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-24.04
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/using-conditions-to-control-job-execution#overview
if: ${{ github.repository_owner == 'FNNDSC' && secrets.GITHUB_TOKEN != '' }}
if: github.repository_owner == 'FNNDSC'
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit be6c355

Please sign in to comment.