Skip to content

Commit fb8f3a5

Browse files
committed
Revert "Let surfacebot create the release"
This reverts commit a23e889. Currently, surfacebot does not have access to the secureboot-mok repo. Thus let the github-actions bot take care of it for now.
1 parent a354edc commit fb8f3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
- name: Upload assets
210210
uses: svenstaro/upload-release-action@v1-release
211211
with:
212-
repo_token: ${{ secrets.GITHUB_BOT_TOKEN }}
212+
repo_token: ${{ secrets.GITHUB_TOKEN }}
213213
file: ./*-latest/*
214214
tag: ${{ github.ref }}
215215
overwrite: true

0 commit comments

Comments
 (0)