Skip to content

Commit 0264395

Browse files
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2c61205 commit 0264395

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/continuous-integration.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# GitHub Reusable Workflow: Node.js Continuous Integration
44

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/e309cae9c17a1139fbcaed62e9536b80cf64fd9d2c43359c5c5c666666bea49c/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Node.js Continuous Integration" />
6+
<img src="https://opengraph.githubassets.com/46420c2593c88106c36220e68f7a2c423118d123817e6c4c66dde2c0ee645599/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Node.js Continuous Integration" />
77
</div>
88

99
---
@@ -33,8 +33,8 @@ Workflow to performs continuous integration steps agains a Node.js project:
3333
### Permissions
3434

3535
- **`contents`**: `read`
36-
- **`security-events`**: `write`
3736
- **`id-token`**: `write`
37+
- **`security-events`**: `write`
3838

3939
<!-- overview:end -->
4040

@@ -48,10 +48,7 @@ on:
4848
push:
4949
branches:
5050
- main
51-
permissions:
52-
contents: read
53-
security-events: write
54-
id-token: write
51+
permissions: {}
5552
jobs:
5653
continuous-integration:
5754
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@4d7c1ed87c18493fc4c2dbae4dbde46cf251c9a7 # 0.16.1

0 commit comments

Comments
 (0)