Skip to content

Commit

Permalink
Fix publish CI
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie567 committed Sep 2, 2024
1 parent 320d8bd commit 90ed7e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sdk_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ permissions:
contents: write
pull-requests: write
statuses: write
id-token: write
"on":
push:
branches:
Expand All @@ -14,9 +15,6 @@ permissions:
jobs:
mint-token:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
outputs:
api-token: ${{ steps.mint-token.outputs.api-token }}
steps:
Expand Down

0 comments on commit 90ed7e8

Please sign in to comment.