14 lines
766 B
YAML
14 lines
766 B
YAML
policies:
|
|
# The following policies are designed to work from GitHub action workflows.
|
|
# This means that before running any Updatecli command, we need the two following environment variables set:
|
|
#
|
|
# GITHUB_TOKEN: Set to a personal access token
|
|
# GITHUB_ACTOR: Set to the username associated with the GITHUB_TOKEN
|
|
#
|
|
# Instruction to retrieve your PAT is documented on https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens
|
|
- name: Handle releasepost
|
|
policy: ghcr.io/salasberryfin/rancherlabs-policies/releasepost:0.3.0@sha256:2fb468a760363ab724b8a4fefe62cded701647b6de7af10b73179810e1bb2451
|
|
values:
|
|
- updatecli/values.d/scm.yaml
|
|
- updatecli/values.d/turtles.yaml
|