Browse Source

Remove type from secrets declarations

See gh-40407
3.1.x
Andy Wilkinson 2 years ago
parent
commit
1b03cf04f4
  1. 2
      .github/workflows/verify.yml

2
.github/workflows/verify.yml

@ -12,10 +12,8 @@ on: @@ -12,10 +12,8 @@ on:
secrets:
repository-username:
required: false
type: string
repository-password:
required: false
type: string
jobs:
verify:
name: Verify

Loading…
Cancel
Save