Skip to content

Commit

Permalink
Merge branch 'main' of github.com:geolonia/smartcity-data-upload-action
Browse files Browse the repository at this point in the history
  • Loading branch information
naogify committed Dec 13, 2023
2 parents 04b7459 + 82547fa commit 8620ce9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -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'


0 comments on commit 8620ce9

Please sign in to comment.