We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb78a7 commit 2777768Copy full SHA for 2777768
.github/workflows/ship-it.yml
@@ -15,7 +15,9 @@ jobs:
15
fetch-depth: 0
16
ref: next
17
# This is required to allow the final push to trigger dependent workflows
18
- # (does token need write access to workflows? Let's find out)
+ # The token is a PAT with the following permissions:
19
+ # - Read access to metadata
20
+ # - Read and Write access to code
21
# See https://stackoverflow.com/a/64078507/1618881
22
token: ${{ secrets.SHIP_IT_TOKEN }}
23
0 commit comments