Skip to content

Commit

Permalink
Removed secret declaration for GITHUB_TOKEN
Browse files Browse the repository at this point in the history
as it shows an operational error on push. Seems, this token is implicitely inherited.
  • Loading branch information
kuniss committed Apr 11, 2024
1 parent f3db1d6 commit 3c18b46
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@ name: Upload release binaries

on:
workflow_call:
secrets:
GITHUB_TOKEN:
required: true

jobs:

upload:
name: Upload release binary
strategy:
Expand Down

0 comments on commit 3c18b46

Please sign in to comment.