We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aaf5c0 commit f5b1bd8Copy full SHA for f5b1bd8
.github/workflows/archive.yml
@@ -16,6 +16,8 @@ jobs:
16
build:
17
name: "Archive Issues and Pull Requests"
18
runs-on: ubuntu-latest
19
+ permissions:
20
+ contents: write
21
steps:
22
- name: "Checkout"
23
uses: actions/checkout@v4
.github/workflows/ghpages.yml
@@ -18,6 +18,8 @@ jobs:
name: "Update Editor's Copy"
24
25
0 commit comments