Skip to content
arrow-up-circle

GitHub Action

SAML.to Config Sync

1.0.4 Latest version

SAML.to Config Sync

arrow-up-circle

SAML.to Config Sync

This action notifies the SAML.to backend that the repository was updated

Installation

Copy and paste the following snippet into your .yml file.

              

- name: SAML.to Config Sync

uses: saml-to/[email protected]

Learn more about this action in saml-to/config-sync-action

Choose a version

config-sync-action

GitHub release (latest by date) GitHub issues GitHub Workflow Status Gitter

This action notifies the SAML.to backend that the repository was updated.

It will read and cache the contents of the saml-to.yml configuration file within the default branch in the repository.

Usage

See action.yml

name: SAML.to Config Sync

on:
  workflow_dispatch:
  push:
    branches:
      - main

jobs:
  sync:
    runs-on: ubuntu-latest
    steps:
      - uses: saml-to/config-sync-action@v1
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Inputs

dryrun (Optional)

Pull and validate the configuration but don't store it.

Default: false

verbose (Optional)

Output the processed configuration.

Default: false

Outputs

This action has no outputs.

Maintainers

Help & Support

License

Apache-2.0 License