We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e06d785 commit d024a61Copy full SHA for d024a61
.github/workflows/CD.yml
@@ -1,5 +1,5 @@
1
name: Publish Docker image
2
-on:
+on:
3
release:
4
types: [created, published]
5
.github/workflows/CI.yml
@@ -43,7 +43,7 @@ jobs:
43
id: create_release
44
uses: actions/create-release@v1
45
env:
46
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
47
with:
48
tag_name: ${{ github.ref }}
49
release_name: Release ${{ github.ref }}
0 commit comments