Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
View runs Go to file
 
 
Cannot retrieve contributors at this time
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
schedule:
- cron: '*/30 * * * *'
name: Run-Targets
jobs:
Run-Temp-Logging:
runs-on: ubuntu-latest
container:
image: jaredlander/templogging:latest
env:
BUCKET_NAME: ${{ secrets.BUCKET_NAME }}
FOLDER_NAME: ${{ secrets.FOLDER_NAME }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
AWS_S3_ENDPOINT: ${{ secrets.AWS_S3_ENDPOINT }}
AWS_SESSION_TOKEN: ""
ECOBEE_API_KEY: ${{ secrets.ECOBEE_API_KEY }}
ECOBEE_REFRESH_TOKEN: ${{ secrets.ECOBEE_REFRESH_TOKEN }}
steps:
- name: Run targets workflow
run: R -e "targets::tar_make()"
working-directory: /templogging