Skip to content

Commit

Permalink
try token instead of secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaraj-bh committed Aug 6, 2024
1 parent 54dfc48 commit ccfb177
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,4 @@ jobs:
if: success()
uses: ./.github/workflows/static-binary-check.yaml
with:
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
5 changes: 3 additions & 2 deletions .github/workflows/static-binary-check.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: "Static binary"
on:
workflow_call:
secrets:
GITHUB_TOKEN:
inputs:
token:
required: true
type: string

jobs:
check:
Expand Down

0 comments on commit ccfb177

Please sign in to comment.