Skip to content

Commit 48a24a0

Browse files
authored
Change token to trigger deb repo (#2802)
1 parent 571a716 commit 48a24a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
asset_content_type: application/octet-stream
162162
- uses: eregon/publish-release@v1.0.6
163163
env:
164-
GITHUB_TOKEN: ${{ github.token }}
164+
GITHUB_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
165165
with:
166166
release_id: ${{ steps.create_release.outputs.id }}
167167
- run: |

0 commit comments

Comments
 (0)