File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,21 +10,21 @@ jobs:
10
10
bump-dev-version :
11
11
name : Bump GMT development version
12
12
runs-on : ubuntu-latest
13
- if : github.repository == 'GenericMappingTools /gmt-feedstock'
13
+ if : github.repository == 'weiji14 /gmt-feedstock'
14
14
15
15
steps :
16
16
# Generate token from GenericMappingTools bot
17
-
18
- id : generate-token
19
- with :
20
- app-id : ${{ secrets.APP_ID }}
21
- private-key : ${{ secrets.APP_PRIVATE_KEY }}
17
+ # - uses: actions/[email protected]
18
+ # id: generate-token
19
+ # with:
20
+ # app-id: ${{ secrets.APP_ID }}
21
+ # private-key: ${{ secrets.APP_PRIVATE_KEY }}
22
22
23
23
# Checkout current git repository
24
24
- name : Checkout
25
25
26
26
with :
27
- token : ${{ steps.generate-token.outputs.token }}
27
+ # token: ${{ steps.generate-token.outputs.token }}
28
28
repository : conda-forge/gmt-feedstock
29
29
ref : devel
30
30
@@ -113,7 +113,7 @@ jobs:
113
113
delete-branch : true
114
114
draft : true
115
115
push-to-fork : GenericMappingTools/gmt-feedstock
116
- token : ${{ steps.generate-token.outputs.token }}
116
+ token : ${{ secrets.GMT_FEEDSTOCK_TOKEN }}
117
117
body : |
118
118
**This is an automated pull request!**
119
119
You can’t perform that action at this time.
0 commit comments