Skip to content

Commit

Permalink
feat(workflow): change file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarapuce committed Jan 5, 2024
1 parent cba6c46 commit fab18c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
packages: write

env:
RULESET_FILE: nsenter.yaml
RULESET_FILE: custom_falco_rules.yaml
# Used to setup Auth and OCI artifact location
OCI_REGISTRY: ghcr.io
# Assuming we are in the main branch, our OCI artifact will
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
--type rulesfile \
--version ${OCI_ARTIFACT_VERSION} \
${OCI_REGISTRY}/${GITHUB_REPOSITORY}/${OCI_ARTIFACT_NAME}:${OCI_ARTIFACT_VERSION} \
rules/${RULESET_FILE}
${RULESET_FILE}
env:
FALCOCTL_REGISTRY_AUTH_BASIC: ${{ env.OCI_REGISTRY }},${{ github.repository_owner }},${{ secrets.GITHUB_TOKEN }}
File renamed without changes.

0 comments on commit fab18c0

Please sign in to comment.