We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f2dcc commit baa4c3cCopy full SHA for baa4c3c
1 file changed
.github/workflows/test-setup-action.yaml
@@ -127,13 +127,13 @@ jobs:
127
- uses: actions/checkout@v6
128
129
- name: Install Unikraft CLI (login)
130
- if: ${{ (github.event_name == 'push' || !github.event.pull_request.head.repo.fork) && secrets.UKC_TOKEN != '' }}
+ if: ${{ secrets.UKC_TOKEN != '' }}
131
uses: ./
132
with:
133
version: dev
134
token: ${{ secrets.UKC_TOKEN }}
135
- name: Verify login with metro list
136
137
shell: bash
138
run: |
139
set -euo pipefail
0 commit comments