Skip to content

Commit 3cde05e

Browse files
committed
Automatic update of .github/workflows/archive.yml
1 parent cb1dda0 commit 3cde05e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/archive.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
build:
1717
name: "Archive Issues and Pull Requests"
1818
runs-on: ubuntu-latest
19+
permissions:
20+
contents: write
1921
steps:
2022
- name: "Checkout"
2123
uses: actions/checkout@v4
@@ -39,4 +41,5 @@ jobs:
3941
- name: "Save Archive"
4042
uses: actions/upload-artifact@v4
4143
with:
44+
name: archive
4245
path: archive.json

0 commit comments

Comments
 (0)