Skip to content

Commit 00ff040

Browse files
doc: remove mention of the DEB_PKG_BOT_CI_TOKEN secret
Signed-off-by: Simon Beaudoin <sbeaudoi@qti.qualcomm.com>
1 parent 0f77aed commit 00ff040

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

docs/actions/build_container.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ This ensures published containers are functional.
102102
with:
103103
arch: arm64
104104
push-to-ghcr: true
105-
token: ${{ secrets.DEB_PKG_BOT_CI_TOKEN }}
106-
username: ${{ vars.DEB_PKG_BOT_CI_USERNAME }}
107105
```
108106
109107
## Notes

docs/package-repo-integration.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,6 @@ jobs:
220220
run-abi-checker: true
221221
push-to-repo: false
222222
is-post-merge: false
223-
224-
secrets:
225-
TOKEN: ${{secrets.DEB_PKG_BOT_CI_TOKEN}}
226223
```
227224
228225
#### .github/workflows/post-merge.yml
@@ -249,9 +246,6 @@ jobs:
249246
push-to-repo: true
250247
run-abi-checker: true
251248
is-post-merge: true
252-
253-
secrets:
254-
TOKEN: ${{secrets.DEB_PKG_BOT_CI_TOKEN}}
255249
```
256250
257251
#### Step 4: Initial Commit
@@ -412,8 +406,6 @@ jobs:
412406
upstream-tag: ${{ github.event.inputs.upstream-tag }}
413407
upstream-repo: ${{ github.event.inputs.upstream-repo }}
414408
promote-changelog: true
415-
secrets:
416-
TOKEN: ${{secrets.DEB_PKG_BOT_CI_TOKEN}}
417409
```
418410

419411
#### Triggering Upstream Promotion
@@ -492,8 +484,6 @@ jobs:
492484
upstream-repo-ref: ${{github.head_ref}} # PR branch
493485
pkg-repo: ${{vars.PKG_REPO_GITHUB_NAME}} # Links to package repo via variable
494486
pr-number: ${{github.event.pull_request.number}}
495-
secrets:
496-
TOKEN: ${{secrets.DEB_PKG_BOT_CI_TOKEN}}
497487
```
498488

499489
**How the variable works**:

docs/reusable-workflows.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ jobs:
8888
run-abi-checker: true
8989
push-to-repo: false
9090
is-post-merge: false
91-
secrets:
92-
TOKEN: ${{secrets.DEB_PKG_BOT_CI_TOKEN}}
9391
```
9492
9593
#### Post-merge Build and Publish
@@ -104,8 +102,6 @@ jobs:
104102
push-to-repo: true
105103
run-abi-checker: true
106104
is-post-merge: true
107-
secrets:
108-
TOKEN: ${{secrets.DEB_PKG_BOT_CI_TOKEN}}
109105
```
110106
111107
---
@@ -187,8 +183,6 @@ jobs:
187183
upstream-tag: v2.1.0
188184
upstream-repo: qualcomm-linux/my-upstream-project
189185
promote-changelog: true
190-
secrets:
191-
TOKEN: ${{secrets.DEB_PKG_BOT_CI_TOKEN}}
192186
```
193187

194188
### Notes
@@ -285,8 +279,6 @@ jobs:
285279
upstream-repo-ref: ${{github.head_ref}}
286280
pkg-repo: ${{vars.PKG_REPO_GITHUB_NAME}}
287281
pr-number: ${{github.event.pull_request.number}}
288-
secrets:
289-
TOKEN: ${{secrets.DEB_PKG_BOT_CI_TOKEN}}
290282
```
291283

292284
**Setup Requirements**:
@@ -473,8 +465,6 @@ jobs:
473465
# Input parameters
474466
qcom-build-utils-ref: development
475467
# ... other inputs
476-
secrets:
477-
TOKEN: ${{secrets.DEB_PKG_BOT_CI_TOKEN}}
478468
```
479469

480470
### Required Organization Secrets

0 commit comments

Comments
 (0)