Skip to content

Commit e06a22d

Browse files
committed
Address incorrect secret name
1 parent 56e3b2b commit e06a22d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
RELEASE_VERSION: ${{ inputs.version }}
3535
RELEASE_REF: ${{ inputs.ref }}
3636
GITHUB_TOKEN: ${{ github.token }}
37-
RELEASE_ENGEERING_TOKEN: ${{ secrets.RELEASE_ENGEERING_TOKEN }}
37+
RELEASE_ENGINEERING_TOKEN: ${{ secrets.RELEASE_ENGINEERING_TOKEN }}
3838
run: |
3939
python scripts/release/update-release-assets.py
4040
--version $RELEASE_VERSION

0 commit comments

Comments
 (0)