Skip to content

Commit 2777768

Browse files
committed
doc: Document PAT permissions
1 parent 5bb78a7 commit 2777768

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ship-it.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
fetch-depth: 0
1616
ref: next
1717
# This is required to allow the final push to trigger dependent workflows
18-
# (does token need write access to workflows? Let's find out)
18+
# The token is a PAT with the following permissions:
19+
# - Read access to metadata
20+
# - Read and Write access to code
1921
# See https://stackoverflow.com/a/64078507/1618881
2022
token: ${{ secrets.SHIP_IT_TOKEN }}
2123

0 commit comments

Comments
 (0)