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 2de8e52 commit 6efcccbCopy full SHA for 6efcccb
.github/workflows/release.yml
@@ -162,9 +162,9 @@ jobs:
162
tree-sitter-grammars*.tar.gz
163
164
- name: Greenlight releasing to MELPA
165
- uses: actions/github-script@v5
+ uses: actions/github-script@v7
166
with:
167
- github-token: ${{ secrets.PAT }}
+ github-token: ${{ secrets.PAT_2 }}
168
script: |
169
github.rest.git.updateRef({
170
owner: context.repo.owner,
@@ -175,9 +175,9 @@ jobs:
175
continue-on-error: true
176
177
- name: Greenlight releasing to MELPA Stable
178
179
180
181
182
github.rest.git.createRef({
183
0 commit comments