File tree Expand file tree Collapse file tree 5 files changed +21
-0
lines changed
actions/setup-jlink-network Expand file tree Collapse file tree 5 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ inputs:
1414runs :
1515 using : ' composite'
1616 steps :
17+ - name : Login to GHCR
18+ shell : bash
19+ run : |
20+ echo "${{ github.token }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin
21+
1722 - name : Pull JLink Docker image
1823 shell : bash
1924 run : |
Original file line number Diff line number Diff line change 2424 - ' .github/workflows/fw.*'
2525 workflow_dispatch :
2626
27+ permissions :
28+ contents : read
29+ packages : read
30+
2731env :
2832 VNET_BASE : 192.168.3
2933 VNET_MASK : 24
Original file line number Diff line number Diff line change 2424 - ' .github/workflows/fw.*'
2525 workflow_dispatch :
2626
27+ permissions :
28+ contents : read
29+ packages : read
30+
2731env :
2832 VNET_BASE : 192.168.3
2933 VNET_MASK : 24
Original file line number Diff line number Diff line change 2424 - ' .github/workflows/fw.*'
2525 workflow_dispatch :
2626
27+ permissions :
28+ contents : read
29+ packages : read
30+
2731env :
2832 VNET_BASE : 192.168.3
2933 VNET_MASK : 24
Original file line number Diff line number Diff line change 2222 - ' .github/workflows/test-scan.yml'
2323 workflow_dispatch :
2424
25+ permissions :
26+ contents : read
27+ packages : read
28+
2529env :
2630 VNET_BASE : 192.168.3
2731 VNET_MASK : 24
You can’t perform that action at this time.
0 commit comments