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

This commit is contained in:
Tanguy Herbron 2023-08-05 01:14:34 +02:00
parent 5c20f9e436
commit a11bdf94c9

View File

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