Skip to content

Commit

Permalink
Work
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmjartan committed Apr 4, 2024
1 parent b7eee8e commit 12a44c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc-examples-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: "IMJ-FOSSA-TEST"
ref: "master"
token: ${{ secrets.TOKEN_GITHUB_YENKINS_ADMIN }}
- name: Add repository to git safe directories to avoid dubious ownership issue
run: git config --global --add safe.directory $GITHUB_WORKSPACE
Expand All @@ -27,7 +27,7 @@ jobs:
run: |
echo '{}' > common/config/rush/package.json
- name: Fossa scan
run: fossa analyze --project "gooddata-ui-sdk" --branch "IMJ-FOSSA-TEST"
run: fossa analyze --project "gooddata-ui-sdk" --branch "master"
env:
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
- name: list of target
Expand Down

0 comments on commit 12a44c4

Please sign in to comment.