mirror of
https://gitea.smigz.com/smiggiddy/s3_cleanup.git
synced 2024-12-25 20:50:43 -05:00
fix: added secrets
This commit is contained in:
parent
02b436ff8b
commit
445201259f
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
name: learn-gitea-actions
|
name: learn-gitea-actions
|
||||||
run-name: ${{ gitea.actor }} is learning Gitea Actions
|
run-name: ${{ gitea.actor }} is learning Gitea Actions
|
||||||
on: [push]
|
on: [push]
|
||||||
|
env:
|
||||||
|
ACCESS_KEY: ${{ secrets.ACCESS_KEY }}
|
||||||
|
SECRET_KEY: ${{ secrets.SECRET_KEY }}
|
||||||
jobs:
|
jobs:
|
||||||
check-bats-version:
|
check-bats-version:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue