Skip to content

Commit

Permalink
fix: add missing flag
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Feb 18, 2024
1 parent 978477c commit 7f5a571
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
needs: [build_android, build_ios]
runs-on: ubuntu-latest
name: "Build code and npm release"
permissions:
contents: read
id-token: write
steps:
- name: Check out
uses: actions/checkout@v4
Expand Down

0 comments on commit 7f5a571

Please sign in to comment.