Skip to content

Commit

Permalink
Forward secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Feb 5, 2025
1 parent 2eeada3 commit 5787d19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
uses: ./.github/workflows/update-pull-request.yml
with:
dependabot: true
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PULL_REQUEST_UPDATE_TOKEN: ${{ secrets.PULL_REQUEST_UPDATE_TOKEN }}

lint-build-test:
name: Build, lint, and test
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/update-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
types:
- created
workflow_call:
secrets:
GITHUB_TOKEN:
required: true
PULL_REQUEST_UPDATE_TOKEN:
required: true
inputs:
dependabot:
type: boolean
Expand Down

0 comments on commit 5787d19

Please sign in to comment.