We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e079c3d commit 9109332Copy full SHA for 9109332
1 file changed
.github/workflows/deploy.yml
@@ -14,15 +14,14 @@ jobs:
14
name: Prod.env
15
runs-on: ubuntu-latest
16
permissions:
17
- contents: write
18
id-token: write
19
20
steps:
21
- name: Checkout for release preparation
22
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
23
with:
24
ref: main
25
- persist-credentials: true
+ persist-credentials: false
26
27
- name: Setup Node.js LTS
28
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
@@ -35,4 +34,4 @@ jobs:
35
34
- name: Run Semantic Release
36
run: npx semantic-release
37
env:
38
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments