aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cd-dev.yml2
-rw-r--r--.github/workflows/cd.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cd-dev.yml b/.github/workflows/cd-dev.yml
index 33926db..f7377ea 100644
--- a/.github/workflows/cd-dev.yml
+++ b/.github/workflows/cd-dev.yml
@@ -49,4 +49,4 @@ jobs:
sarif_file: 'trivy-results.sarif'
sha: ${{ github.sha }}
ref: ${{ github.ref }}
- token: ${{ github.TOKEN_GITHUB }}
+ token: ${{ secrets.TOKEN_GITHUB }}
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index 097a0b3..5b981c1 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -42,7 +42,7 @@ jobs:
sarif_file: 'trivy-results.sarif'
sha: ${{ github.sha }}
ref: ${{ github.ref }}
- token: ${{ github.TOKEN_GITHUB }}
+ token: ${{ secrets.TOKEN_GITHUB }}
Release:
name: Make github release