forked from kalipso/infrastructure
[actions] update: add api token
i try this to prevent api limit
This commit is contained in:
@@ -19,6 +19,8 @@ jobs:
|
|||||||
apt install sudo -y
|
apt install sudo -y
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: cachix/install-nix-action@v30
|
uses: cachix/install-nix-action@v30
|
||||||
|
with:
|
||||||
|
github_access_token: ${{ secrets.API_TOKEN }}
|
||||||
- name: Update flake.lock
|
- name: Update flake.lock
|
||||||
uses: DeterminateSystems/update-flake-lock@v24
|
uses: DeterminateSystems/update-flake-lock@v24
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user