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 984633d commit 044006aCopy full SHA for 044006a
.github/workflows/release-automated.yml
@@ -64,6 +64,8 @@ jobs:
64
needs: release
65
if: needs.release.outputs.current_tag != ''
66
runs-on: macos-11
67
+ env:
68
+ GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69
steps:
70
- name: Checkout repository
71
uses: actions/checkout@v2
0 commit comments