Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Use the automerge token
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored Dec 18, 2020
1 parent cd5bbdf commit 39f7846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/copy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.AUTOMERGE_TOKEN }}
run: |
latest=$(gh release list -R APICe-at-DISI/OOP-Lab -L 1 | grep -Po 'Latest\s*\K(.*?)\s')
echo Latest release is $latest, downloading
Expand Down

0 comments on commit 39f7846

Please sign in to comment.