File tree Expand file tree Collapse file tree 4 files changed +7
-0
lines changed
Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 4949
5050 - name : Deploy 'tests not available' badge before building
5151 uses : exuanbo/actions-deploy-gist@v1
52+ if : github.event_name != 'pull_request'
5253 with :
5354 token : ${{ secrets.BADGES }}
5455 gist_id : 58cf6c72c08e706335337d5ef9ca48e8
8990
9091 - name : Deploy test badge to gist
9192 uses : exuanbo/actions-deploy-gist@v1
93+ if : github.event_name != 'pull_request'
9294 with :
9395 token : ${{ secrets.BADGES }}
9496 gist_id : 58cf6c72c08e706335337d5ef9ca48e8
Original file line number Diff line number Diff line change 4949
5050 - name : Deploy 'tests not available' badge before building
5151 uses : exuanbo/actions-deploy-gist@v1
52+ if : github.event_name != 'pull_request'
5253 with :
5354 token : ${{ secrets.BADGES }}
5455 gist_id : 58cf6c72c08e706335337d5ef9ca48e8
8990
9091 - name : Deploy test badge to gist
9192 uses : exuanbo/actions-deploy-gist@v1
93+ if : github.event_name != 'pull_request'
9294 with :
9395 token : ${{ secrets.BADGES }}
9496 gist_id : 58cf6c72c08e706335337d5ef9ca48e8
Original file line number Diff line number Diff line change 5151
5252 - name : Deploy 'tests not available' badge before building
5353 uses : exuanbo/actions-deploy-gist@v1
54+ if : github.event_name != 'pull_request'
5455 with :
5556 token : ${{ secrets.BADGES }}
5657 gist_id : 58cf6c72c08e706335337d5ef9ca48e8
9192
9293 - name : Deploy test badge to gist
9394 uses : exuanbo/actions-deploy-gist@v1
95+ if : github.event_name != 'pull_request'
9496 with :
9597 token : ${{ secrets.BADGES }}
9698 gist_id : 58cf6c72c08e706335337d5ef9ca48e8
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Changes for 2.4.0:
1111* Fixed issue #41: All the small things.
1212* Fixed issue #42: Function getIdentifier does not remove special characters.
1313* Fixed issue #43: Replace icons of sample project.
14+ * Fixed issue #48: Disable steps that requires secrets in GitHub Action workflows.
1415
1516
1617Changes for 2.3.0:
You can’t perform that action at this time.
0 commit comments