Skip to content

build(deps): bump actions/cache from 2.1.4 to 4.1.2 in /.github/workf… #1938

build(deps): bump actions/cache from 2.1.4 to 4.1.2 in /.github/workf…

build(deps): bump actions/cache from 2.1.4 to 4.1.2 in /.github/workf… #1938

Workflow file for this run

name: force_push
on:
push:
branches:
- main
jobs:
build:
# This should only run in one place.
if: contains(github.repository, 'aws/s2n-tls')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0
- name: Push cbmc
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.private_repos_s2n_20200214 }}
repository: awslabs/private-s2n-cbmc
branch: master
force: true
- name: Push fuzz
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.private_repos_s2n_20200214 }}
repository: awslabs/private-s2n-fuzz
branch: master
force: true