remove protected environment (#2135)

## Issue Addressed

N/A

## Proposed Changes

Remove Github Action environments

## Additional Info

N/A


Co-authored-by: realbigsean <seananderson33@gmail.com>
This commit is contained in:
realbigsean
2021-01-19 01:29:06 +00:00
parent 7a71977987
commit 908c8eadf3
3 changed files with 0 additions and 4 deletions

View File

@@ -8,7 +8,6 @@ on:
jobs:
build-and-upload-to-s3:
runs-on: ubuntu-18.04
environment: protected
steps:
- uses: actions/checkout@master