Skip to content

Develop

Develop #40

Workflow file for this run

name: Build data-archive
on:
release:
types: [published]
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch:
inputs:
message:
description: 'Message for manually triggering'
required: false
default: 'Triggered for Updates'
type: string
push:
branches:
- master
- 1.*
- develop
- release*
- MOSIP*
jobs:
build-dockers:
strategy:
matrix:
include:
- SERVICE_LOCATION: 'data-archive'
SERVICE_NAME: 'data-archive'
fail-fast: false
name: ${{ matrix.SERVICE_NAME }}
uses: bn46/kattu/.github/workflows/docker-build.yml@develop

Check failure on line 32 in .github/workflows/push-trigger.yml

View workflow run for this annotation

GitHub Actions / Build data-archive

Invalid workflow file

The workflow is not valid. .github/workflows/push-trigger.yml (Line: 32, Col: 11): Secret SLACK_BOT_TOKEN is required, but not provided while calling. .github/workflows/push-trigger.yml (Line: 32, Col: 11): Secret GENERAL_CHANNEL_ID is required, but not provided while calling.

Check failure on line 32 in .github/workflows/push-trigger.yml

View workflow run for this annotation

GitHub Actions / Build data-archive

Invalid workflow file

The workflow is not valid. .github/workflows/push-trigger.yml (Line: 32, Col: 11): Secret SLACK_BOT_TOKEN is required, but not provided while calling. .github/workflows/push-trigger.yml (Line: 32, Col: 11): Secret GENERAL_CHANNEL_ID is required, but not provided while calling.
with:
SERVICE_LOCATION: ${{ matrix.SERVICE_LOCATION }}
SERVICE_NAME: ${{ matrix.SERVICE_NAME }}
GITHUB_USER: ${{ github.event.pull_request.user.login }}
PR_URL: ${{ github.event.pull_request.html_url }}
PR_TITLE: ${{ github.event.pull_request.title }}
REPOSITORY: ${{ github.repository }}
ACTION: ${{ github.event.action }}
secrets:
DEV_NAMESPACE_DOCKER_HUB: ${{ secrets.DEV_NAMESPACE_DOCKER_HUB }}
ACTOR_DOCKER_HUB: ${{ secrets.ACTOR_DOCKER_HUB }}
RELEASE_DOCKER_HUB: ${{ secrets.RELEASE_DOCKER_HUB }}
# SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} # Passed from calling workflow
# GENERAL_CHANNEL_ID: ${{ secrets.GENERAL_CHANNEL_ID }} # Passed from calling workflow
# SLACK_USERS_MAP: ${{ secrets.SLACK_USERS_MAP }}