Skip to content

Commit 2ed6311

Browse files
authored
Ensure GITHUB_TOKEN is passed correctly (#565)
1 parent 925962d commit 2ed6311

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tox.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ jobs:
126126
127127
- name: Create a new branch, update the file and push the branch
128128
if: github.event_name == 'release' && github.event.action == 'published'
129+
env:
130+
GITHUB_TOKEN: ${{ secrets.ANSIBUDDY_BOT_PAT }}
129131
run: |
130132
git config --global user.name "ansibuddy"
131133
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)