Skip to content

Commit 3c1d6de

Browse files
authored
Merge pull request #7 from Serverless-Devs/ci-using-deploy-key
Replace GITHUB_TOKEN with DEPLOY_KEY in workflow
2 parents 53e3b69 + fb99b28 commit 3c1d6de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
with:
16-
token: ${{ secrets.GITHUB_TOKEN }}
16+
token: ${{ secrets.DEPLOY_KEY }}
1717
ref: main
1818
fetch-depth: 0
1919
- name: Set up Python
@@ -63,4 +63,4 @@ jobs:
6363
uses: pypa/gh-action-pypi-publish@release/v1
6464
with:
6565
password: ${{ secrets.PYPI_API_TOKEN }}
66-
verify-metadata: false
66+
verify-metadata: false

0 commit comments

Comments
 (0)