Skip to content

Commit 14820f8

Browse files
authored
Merge pull request #81 from hookdeck/chore/add-pat
chore(CI): add PAT to allow package.json to be pushed to main
2 parents 10c52ba + 31dadff commit 14820f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ jobs:
102102
with:
103103
# Checkout on main so that the later commit works
104104
ref: main
105+
# With permission to push to a protected branch
106+
token: ${{ secrets.READ_WRITE_PAT }}
105107

106108
- uses: actions/setup-node@v4
107109
with:

0 commit comments

Comments
 (0)