Skip to content

changing some of env variable to inputs #46

changing some of env variable to inputs

changing some of env variable to inputs #46

Workflow file for this run

name: Deploy to S3 on Tag
on:
push:
branches:
- 'test-workflow'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
- '[0-9]+.[0-9]+.[0-9]+*'
- 'v[0-9]+.[0-9]+.[0-9]+-(CR|Beta|milestone)[0-9]*'
- '[0-9]+.[0-9]+.[0-9]+-(CR|Beta|milestone)[0-9]*'
permissions:
id-token: write
contents: read
jobs:
calling-reusable-workflow:
uses: ./.github/workflows/reusable-workflow.yml
with:
S3_BASE_PATH: "s3://bootstrap-opinion-stg/playbooks"
ROLE: "arn:aws:iam::992382682634:role/ansible-playbook-workflow-role"
REGION: "il-central-1"
CPU_ARCH: "x86"
OS: "amzn2"
APP: "openvpn"
TOOLKIT_VERSION: "default"