pipeline runner
Some checks failed
Image builder / build (push) Failing after 20s

This commit is contained in:
Tanguy Herbron 2023-08-07 11:10:21 +02:00
parent 4c4e9388f9
commit bca98b8b4f

View File

@ -14,4 +14,4 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Start shell build - name: Start shell build
run: CONTAINER_TOKEN=${{ secrets.CONTAINER_TOKEN }} ./build.sh run: CONTAINER_TOKEN=${{ secrets.GITHUB_TOKEN }} ./build.sh