Skip to content

Commit

Permalink
Merge pull request #26 from databox/update-publish-permissions
Browse files Browse the repository at this point in the history
Update publish permissions
  • Loading branch information
VladaPetrovic authored Aug 23, 2024
2 parents d22ebb4 + 5407725 commit 2893746
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/publish_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
runs-on: ubuntu-latest
needs: release_draft
timeout-minutes: 15
permissions:
contents: read
id-token: write
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion src/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## databox@2.1.1


This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:

Environment
Expand Down

0 comments on commit 2893746

Please sign in to comment.