From 82547fa81e4c670bbb2e7b1a321e6245102eed23 Mon Sep 17 00:00:00 2001 From: Naoki Ohashi Date: Wed, 13 Dec 2023 23:08:02 +0900 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 002378b..abd2254 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,16 +1,20 @@ on: [push] jobs: - hello_world_job: + build-tile: runs-on: ubuntu-latest name: Test this action + permissions: + contents: read steps: + - name: checkout + uses: actions/checkout@v3 + - name: Run this action - id: hello uses: geolonia/smartcity-data-upload-action@main with: input_dir: './docs' access_key: 'example-city' aws_access_key: 'example-access-key' aws_secret_access_key: 'example-secret-access-key' - \ No newline at end of file +