Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
G
gostnops
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wei.xuan
gostnops
Commits
319bef81
Commit
319bef81
authored
Sep 13, 2020
by
watermelo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: move dingding token to secrets
parent
8653d5dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
github-actions.yml
.github/workflows/github-actions.yml
+2
-2
No files found.
.github/workflows/github-actions.yml
View file @
319bef81
...
...
@@ -19,8 +19,8 @@ jobs:
go_version
:
-
1.13
env
:
DING_TOKEN
:
f42cc4772f122801778da35466f588404521bed7154e7b88d189ecef7412e4dc
DING_SIGN
:
SEC4a84c8febbb93764dc68481730e6bcf5efdf953804a40f40a2005dc4e30a83c1
DING_TOKEN
:
${{ secrets.DING_TOKEN }}
DING_SIGN
:
${{ secrets.DING_SIGN }}
steps
:
-
uses
:
actions/checkout@v2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment