We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22f4b9 commit f6d2cf9Copy full SHA for f6d2cf9
1 file changed
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
if: github.event_name == 'workflow_dispatch' || (github.event.pull_request.merged == true && github.event.pull_request.head.label == 'axios:release')
13
runs-on: ubuntu-latest
14
permissions:
15
- contents: read
+ contents: write
16
id-token: write
17
steps:
18
- name: "Release PR info"
0 commit comments