Skip to content

Commit

Permalink
chore(ci): fix publish action content permission; (#6061)
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrainJS committed Nov 8, 2023
1 parent a22f4b9 commit f6d2cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
if: github.event_name == 'workflow_dispatch' || (github.event.pull_request.merged == true && github.event.pull_request.head.label == 'axios:release')
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
id-token: write
steps:
- name: "Release PR info"
Expand Down

0 comments on commit f6d2cf9

Please sign in to comment.