Use the Actions artifacts client to avoid needing the actions-read permission

This commit is contained in:
James M. Greene
2023-12-19 14:46:02 -06:00
parent f33f41b675
commit 81251b551f
7 changed files with 100228 additions and 1106 deletions

View File

@@ -4,6 +4,7 @@
"description": "Deploy an actions artifact to GitHub Pages",
"main": "./dist/index.js",
"dependencies": {
"@actions/artifact": "^2.0.0",
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0"
},