Skip to content

Commit

Permalink
ci(build): fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Jul 16, 2024
1 parent a9c11bc commit 62d783b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/build-test-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,22 @@

name: Build, test, and push service images

permissions:
packages: write
security-events: write
id-token: write
actions: read
checks: read
contents: read
deployments: read
issues: read
discussions: read
pages: read
pull-requests: read
repository-projects: read
statuses: read
attestations: read

on:
push:
pull_request:
Expand All @@ -22,7 +38,10 @@ jobs:
yarn:
name: yarn CI
uses: qlever-llc/workflows/.github/workflows/build-and-publish-package.yml@master
secrets:
npm_token: ${{ secrets.NPM_AUTH_TOKEN }}
with:
# Remove this line if your tests don't need an OADA instance
oada: true
publish: false
docker:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trellisfw/monitor",
"version": "2.2.3",
"version": "2.2.4",
"description": "A Trellis microservice to respond to monitor pings, spawn and check things internally, and respond with success or fail",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 62d783b

Please sign in to comment.