Skip to content

Commit e4d800b

Browse files
committed
Adds back github token to release.yml workflow
1 parent 8e8cbb0 commit e4d800b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
id-token: write
1818
steps:
1919
- name: Checkout Repo
20-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
20+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0`
21+
with:
22+
token: ${{ secrets.GITHUB_TOKEN }}`
2123

2224
- name: Setup Node.js
2325
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1

0 commit comments

Comments
 (0)