Skip to content

trying shenanigans so that census can perform security theater #31

trying shenanigans so that census can perform security theater

trying shenanigans so that census can perform security theater #31

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: S3 Upload
on:
push:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: [ docker-image-pipeline ]
env:
AWS_SECRET_ACCESS_KEY: "${{ secrets.AWS_SECRET_ACCESS_KEY }}"
AWS_ACCESS_KEY_ID: "${{ vars.AWS_ACCESS_KEY_ID }}"
AWS_SESSION_TOKEN: "${{ secrets.AWS_SESSION_TOKEN }}"
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: CSVD/gh-actions-setup-node@v3
with:
node-version: 16
- run: |
zip -r docker-image-pipeline.zip *
aws s3 cp docker-image-pipeline.zip s3://image-pipeline-assets