Skip to content
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
12 changes: 10 additions & 2 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@
# any change of this settings.yml file is detected by the GitHub App and
# the settings of this repository are updated immediately.
#
_extends: repo-settings:.github/common-pipeline-settings.yml
_extends: repo-settings

# unique to this repo
branches:
- name: main
protection:
required_status_checks:
contexts:
- "CI_Pipeline"

# repo-specific settings
#
Expand All @@ -25,4 +33,4 @@ repository:
description: "A library of bash functions for common tasks."

# Use a comma-separated list of topics to set on the repo (ensure not to use any caps in the topic string).
topics: bash, shell, common, library, ibm-cloud
topics: bash, shell, common, library, ibm-cloud, core-team
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
container:
image: icr.io/goldeneye_images/goldeneye-ci-image:stable
env:
TF_VAR_ibmcloud_api_key: ${{ secrets.IBMCLOUD_API_KEY }}
IBMCLOUD_API_KEY: ${{ secrets.IBMCLOUD_API_KEY }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
MAKE_API_CALLS: true

Expand Down
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "^.secrets.baseline$",
"lines": null
},
"generated_at": "2025-11-23T00:03:58Z",
"generated_at": "2025-11-23T00:19:45Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -82,7 +82,7 @@
"hashed_secret": "1de54cf4c9c5e2b8b9aef885aebefb5c1be33332",
"is_secret": false,
"is_verified": false,
"line_number": 137,
"line_number": 136,
"type": "Secret Keyword",
"verified_result": null
}
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

A library of bash functions for common tasks.


## [common](common)
<details>
<summary>assert_eq</summary>
Expand Down
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>terraform-ibm-modules/common-dev-assets:commonRenovateConfig"]
}