pipeline runner
Some checks failed
S3 mount container image build / build (push) Failing after 45s

This commit is contained in:
Tanguy Herbron 2023-08-05 01:06:08 +02:00
parent 54acd1fb6d
commit 5c20f9e436

View File

@ -17,5 +17,6 @@ jobs:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
token: ${{ github.token }} repository: athens-school/s3-mounter
token: ${{ secrets.github_token }}
- run: echo "Testing" - run: echo "Testing"