Skip to content

Commit 95420c4

Browse files
authored
added credentials
1 parent 4f55b1e commit 95420c4

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

.github/workflows/unittests.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ jobs:
88
gcc:
99
runs-on: ubuntu-latest
1010
permissions:
11-
contents: read
1211
packages: read
13-
container: ghcr.io/those1990/linux-dev:1.0
12+
contents: read
13+
container:
14+
image: ghcr.io/those1990/linux-dev:1.0
15+
credentials:
16+
username: ${{ github.actor }}
17+
password: ${{ secrets.GITHUB_TOKEN }}
1418
env:
1519
HOME: /root
1620
steps:
@@ -30,9 +34,13 @@ jobs:
3034
Clang:
3135
runs-on: ubuntu-latest
3236
permissions:
33-
contents: read
3437
packages: read
35-
container: ghcr.io/those1990/linux-dev:1.0
38+
contents: read
39+
container:
40+
image: ghcr.io/those1990/linux-dev:1.0
41+
credentials:
42+
username: ${{ github.actor }}
43+
password: ${{ secrets.GITHUB_TOKEN }}
3644
env:
3745
HOME: /root
3846
steps:

0 commit comments

Comments
 (0)