Skip to content

Commit 359fb1c

Browse files
committed
[cf admin skip] ***NO_CI*** Temp trigger auto PR
1 parent b6b7c1e commit 359fb1c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/bumpdevversion.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ jobs:
1010
bump-dev-version:
1111
name: Bump GMT development version
1212
runs-on: ubuntu-latest
13-
if: github.repository == 'GenericMappingTools/gmt-feedstock'
13+
if: github.repository == 'weiji14/gmt-feedstock'
1414

1515
steps:
1616
# Generate token from GenericMappingTools bot
17-
- uses: actions/[email protected]
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 }}
2222

2323
# Checkout current git repository
2424
- name: Checkout
2525
uses: actions/[email protected]
2626
with:
27-
token: ${{ steps.generate-token.outputs.token }}
27+
# token: ${{ steps.generate-token.outputs.token }}
2828
repository: conda-forge/gmt-feedstock
2929
ref: devel
3030

@@ -113,7 +113,7 @@ jobs:
113113
delete-branch: true
114114
draft: true
115115
push-to-fork: GenericMappingTools/gmt-feedstock
116-
token: ${{ steps.generate-token.outputs.token }}
116+
token: ${{ secrets.GMT_FEEDSTOCK_TOKEN }}
117117
body: |
118118
**This is an automated pull request!**
119119

0 commit comments

Comments
 (0)