Skip to content

Commit 24a65fd

Browse files
skynnesmpsc0x
authored andcommitted
dfix: examples github action
1 parent ea73843 commit 24a65fd

File tree

2 files changed

+11
-17
lines changed

2 files changed

+11
-17
lines changed

.github/workflows/examples.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
private-key: ${{ secrets.GH_ACTIONS_APP_PRIVATE_KEY }}
3232
owner: ${{ github.repository_owner }}
3333
repositories: "aptos-aave-gho"
34+
35+
- name: Auth for private HTTPS git deps
36+
run: |
37+
git config --global url."https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/".insteadOf "https://github.com/"
3438
3539
- name: Install Aptos CLI
3640
uses: ./.github/actions/install-aptos-cli

.secrets.baseline

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@
124124
},
125125
{
126126
"path": "detect_secrets.filters.heuristic.is_templated_secret"
127+
},
128+
{
129+
"path": "detect_secrets.filters.regex.should_exclude_line",
130+
"pattern": [
131+
"\\bgho_[a-z_]+\\b"
132+
]
127133
}
128134
],
129135
"results": {
@@ -145,22 +151,6 @@
145151
"line_number": 112
146152
}
147153
],
148-
"aave-core/chainlink-data-feeds/Move.toml": [
149-
{
150-
"type": "Hex High Entropy String",
151-
"filename": "aave-core/chainlink-data-feeds/Move.toml",
152-
"hashed_secret": "624a21385c45fc68021078b856bdb7ef77f792e7",
153-
"is_verified": false,
154-
"line_number": 7
155-
},
156-
{
157-
"type": "Hex High Entropy String",
158-
"filename": "aave-core/chainlink-data-feeds/Move.toml",
159-
"hashed_secret": "5836c8421a57080f8fed06b76343a66ba79eb007",
160-
"is_verified": false,
161-
"line_number": 9
162-
}
163-
],
164154
"aave-core/chainlink-platform/Move.toml": [
165155
{
166156
"type": "Hex High Entropy String",
@@ -11151,5 +11141,5 @@
1115111141
}
1115211142
]
1115311143
},
11154-
"generated_at": "2025-09-02T11:33:59Z"
11144+
"generated_at": "2025-09-04T14:21:40Z"
1115511145
}

0 commit comments

Comments
 (0)