Skip to content

Commit 8c5d32b

Browse files
author
Aleksandr Penskoi
committed
Add secret for github action (GITHUB_TOKEN)
1 parent b27072a commit 8c5d32b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integrate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= iohk.cachix.org-1:DpRUyj7h7V830dp/i6Nti+NEO2/nhblbov/8MW7Rqoo= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
6363
substituters = https://hydra.iohk.io https://iohk.cachix.org https://cache.nixos.org/
6464
extra-experimental-features = nix-command flakes
65+
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
6566
- uses: cachix/cachix-action@v10
6667
with:
6768
name: mlabs

0 commit comments

Comments
 (0)