Skip to content

Commit f6856cf

Browse files
authored
Remove GITHUB_TOKEN out of attest-build-provenance (#13836)
Signed-off-by: Thanabodee Charoenpiriyakij <[email protected]>
1 parent 12dc4b5 commit f6856cf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

-4
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,11 @@ jobs:
8181
build_docs: ${{ matrix.build_docs }}
8282

8383
- uses: actions/attest-build-provenance@v1
84-
env:
85-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8684
with:
8785
subject-path: 'elixir-otp-${{ matrix.otp }}.*'
8886

8987
- uses: actions/attest-build-provenance@v1
9088
if: ${{ matrix.build_docs }}
91-
env:
92-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9389
with:
9490
subject-path: 'Docs.*'
9591

0 commit comments

Comments
 (0)