fix lint and pass token to build

This commit is contained in:
JM Faircloth
2023-07-05 12:30:19 -05:00
parent 788264dddd
commit e5605de996
3 changed files with 9 additions and 3 deletions
+4 -1
View File
@@ -16,4 +16,7 @@ jobs:
# in our e2e tests.
# This error occurs because vault-action's outputs are dynamic but
# actionlint expects action.yml to define them.
args: '-ignore "property \"othersecret\" is not defined in object type"'
args: >
-ignore "property \"othersecret\" is not defined in object type"
-ignore "property \"jsonstring\" is not defined in object type"
-ignore "property \"jsonstringmultiline\" is not defined in object type"