onroute-policy-engine 0.4.4 → 0.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,6 +16,8 @@ jobs:
16
16
  runs-on: ubuntu-latest
17
17
  permissions:
18
18
  id-token: write # needed for provenance data generation
19
+ contents: write
20
+ packages: write
19
21
 
20
22
  steps:
21
23
  - name: Checkout Code
@@ -48,7 +50,7 @@ jobs:
48
50
 
49
51
  - name: Create Release
50
52
  env:
51
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52
54
  run: |
53
55
  gh release create "${{ steps.semver.outputs.next }}" \
54
56
  --repo="${{ github.repository }}" \
package/package.json CHANGED
@@ -86,5 +86,5 @@
86
86
  ],
87
87
  "testEnvironment": "node"
88
88
  },
89
- "version": "v0.4.4"
89
+ "version": "v0.4.6"
90
90
  }