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 ad5102a commit dc93ccfCopy full SHA for dc93ccf
.github/workflows/release-dry-run.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v3
13
with:
14
fetch-depth: 0
15
- token: ${{ secrets.PAT }}
+ token: ${{ secrets.GITHUB_TOKEN }}
16
- name: Install Knope
17
uses: knope-dev/action@v1
18
.github/workflows/release.yml
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v5
0 commit comments