add github token

This commit is contained in:
Jörg Thalheim 2021-06-10 08:40:28 +02:00
parent 2e80053d2b
commit c2dc91df71
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -19,3 +19,5 @@ jobs:
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz
- name: Build image - name: Build image
run: ./build-images.sh "${{matrix.tag}}" run: ./build-images.sh "${{matrix.tag}}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}