Skip to content

Commit 62d783b

Browse files
committed
ci(build): fix workflow
1 parent a9c11bc commit 62d783b

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.github/workflows/build-test-push.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,22 @@
1414

1515
name: Build, test, and push service images
1616

17+
permissions:
18+
packages: write
19+
security-events: write
20+
id-token: write
21+
actions: read
22+
checks: read
23+
contents: read
24+
deployments: read
25+
issues: read
26+
discussions: read
27+
pages: read
28+
pull-requests: read
29+
repository-projects: read
30+
statuses: read
31+
attestations: read
32+
1733
on:
1834
push:
1935
pull_request:
@@ -22,7 +38,10 @@ jobs:
2238
yarn:
2339
name: yarn CI
2440
uses: qlever-llc/workflows/.github/workflows/build-and-publish-package.yml@master
41+
secrets:
42+
npm_token: ${{ secrets.NPM_AUTH_TOKEN }}
2543
with:
44+
# Remove this line if your tests don't need an OADA instance
2645
oada: true
2746
publish: false
2847
docker:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trellisfw/monitor",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"description": "A Trellis microservice to respond to monitor pings, spawn and check things internally, and respond with success or fail",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)