2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

chore(ci): fix publish action content permission; (#6061)

This commit is contained in:
Dmitriy Mozgovoy
2023-11-08 17:02:29 +02:00
committed by GitHub
parent a22f4b918a
commit f6d2cf9763
+1 -1
View File
@@ -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"