Skip to content

Commit

Permalink
added login step
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Mar 13, 2024
1 parent 4ce5f73 commit ed5ebd8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/fortigate-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ jobs:
run: |
pip install -r tests/requirements.txt
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Sanitize test-suite name
run: echo "TEST_SUITE=$(echo ${{ matrix.test-suite }} | tr -d '*')" >> $GITHUB_ENV

Expand Down

0 comments on commit ed5ebd8

Please sign in to comment.