Skip to content

Commit

Permalink
Push-only API key added
Browse files Browse the repository at this point in the history
See https://docs.fossa.com/docs/api-reference for more details

Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>
  • Loading branch information
idvoretskyi committed Jul 16, 2020
1 parent 1374c52 commit f7275d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
# Runs a set of commands to initialize and analyze with FOSSA
- name: run FOSSA analysis
env:
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
FOSSA_API_KEY: 'b0bfb312cf03c6c63752afaa5c98c7c8'
run: |
export GOPATH=$HOME/go
export PATH=$PATH:$(go env GOPATH)/bin
fossa init
fossa analyze
fossa analyze

0 comments on commit f7275d5

Please sign in to comment.