0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00

Give snapshot releases the issues: write permission

This commit is contained in:
Matthew Phillips 2023-10-06 16:11:29 -04:00
parent f9131003d7
commit 2262814a92

View file

@ -22,6 +22,7 @@ jobs:
permissions:
contents: read
id-token: write
issues: write
steps:
- name: "Check if user has admin access (only admins can publish snapshot releases)."
uses: "lannonbr/repo-permission-check-action@2.0.0"