Skip to content

Commit fa29925

Browse files
committed
chore(ci): use secrets for new workflow_call
1 parent 8a448b6 commit fa29925

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/on_schedule_monthly_roadmap_reminder.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@ permissions:
1414
jobs:
1515
call-workflow-passing-data:
1616
uses: aws-powertools/actions/.github/workflows/monthly_roadmap_reminder.yml@main
17-
with:
18-
token: ${{ github.token }}
19-
20-
17+
secrets:
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)