Skip to content

Removes responsible field from the release changes #216

Removes responsible field from the release changes

Removes responsible field from the release changes #216

Workflow file for this run

name: CI
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Build and Sync with S3
uses: ./.github/actions/s3-sync
env:
AWS_DEFAULT_REGION: "us-west-2"
AWS_S3_BUCKET: "appsec-flow-docs"
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
PROJECT_NAME: "flow-docs"