Skip to content

Commit b7e13e0

Browse files
authored
github: Pass token explicitly to delete-artifact (hashicorp#1582)
1 parent 623f35c commit b7e13e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,5 @@ jobs:
172172
steps:
173173
- uses: geekyeggo/delete-artifact@9d15d164b1dcd538ff1b1a2984bc2c0240986c3b # v4.0.0
174174
with:
175-
name: provider-schema-data
175+
name: provider-schema-data
176+
token: ${{ github.token }}

0 commit comments

Comments
 (0)