Skip to content

Commit

Permalink
Merge pull request #10 from mrragava/update_notification
Browse files Browse the repository at this point in the history
Adding OE_SEC_ADMIN env variable
  • Loading branch information
mrragava authored Jul 31, 2021
2 parents 9c7729c + 13597b5 commit 1422ff2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/onefuzz-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@ jobs:
ONEFUZZ_ENDPOINT: ${{ secrets.onefuzz_endpoint }}
ONEFUZZ_CLIENT_ID: ${{ secrets.onefuzz_client_id }}
ONEFUZZ_CLIENT_SECRET: ${{ secrets.onefuzz_client_secret }}
ONEFUZZ_PAT: ${{ secrets.onefuzz_pat }}
OE_SEC_PAT: ${{ secrets.oe_sec_pat }}
OE_SEC_ADMIN: ${{ secrets.oe_sec_admin }}
run: |
set -ex
sudo -H python3 -m pip install onefuzz==2.23.0
sed -i s/OE_SEC_ADMIN/${OE_SEC_ADMIN}/ .github/workflows/github-issues.json
sed -i s/OE_SEC_PAT/${ONEFUZZ_PAT}/ .github/workflows/github-issues.json
sed -i s/OE_SEC_PAT/${OE_SEC_PAT}/ .github/workflows/github-issues.json
onefuzz config --endpoint $ONEFUZZ_ENDPOINT --client_id $ONEFUZZ_CLIENT_ID --client_secret $ONEFUZZ_CLIENT_SECRET
./src/dynamic/scripts/onefuzz/run.sh

0 comments on commit 1422ff2

Please sign in to comment.