Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update releaser secrets - bump Neuvector 2.1.2 #92

Merged
merged 2 commits into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .github/workflows/sync-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
uses: rancher-eio/read-vault-secrets@main
with:
secrets: |
secret/data/github/repo/${{ github.repository }}/github/app-credentials appId | APP_ID ;
secret/data/github/repo/${{ github.repository }}/github/app-credentials privateKey | APP_PEM
secret/data/github/org/rancher/github/rancher-ui-extension-release appId | APP_ID ;
secret/data/github/org/rancher/github/rancher-ui-extension-release privateKey | PRIVATE_KEY

- name: Generate Token
id: generate-token
uses: actions/create-github-app-token@v1
Expand All @@ -47,7 +47,7 @@ jobs:
run: |
git config user.name 'github-actions[rancher-ui-extension-releaser]'
git config user.email 'github-actions[rancher-ui-extension-releaser]@users.noreply.github.com'

- name: Setup Helm
uses: azure/setup-helm@v3
with:
Expand Down Expand Up @@ -76,15 +76,15 @@ jobs:
CR_SKIP_EXISTING: true

sync-catalogs:
if: github.repository_owner == 'rancher' && github.ref_type == 'tag'
name: Sync and Release Extension Catalog
runs-on: ubuntu-latest
permissions:
actions: write
contents: read
packages: write
if: github.repository_owner == 'rancher' && github.ref_type == 'tag'
name: Sync and Release Extension Catalog
runs-on: ubuntu-latest
permissions:
actions: write
contents: read
packages: write

steps:
steps:
- name: Checkout repository
uses: actions/checkout@v3

Expand Down
5 changes: 3 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"2.0.2",
"2.0.3",
"2.1.0",
"2.1.1"
"2.1.1",
"2.1.2"
]
},
"elemental": {
Expand All @@ -35,7 +36,7 @@
"2.0.1",
"2.0.2",
"3.0.0",
"3.0.1"
"3.0.1"
]
},
"kubewarden": {
Expand Down