Skip to content

Commit 159eb62

Browse files
authored
Use classic PAT for GPR auth, remove tmate debug step (#16)
1 parent 94af210 commit 159eb62

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77

88
permissions:
99
contents: write
10-
packages: write
1110

1211
jobs:
1312
release:
@@ -28,14 +27,9 @@ jobs:
2827
- name: Set up GPR credentials
2928
run: |
3029
mkdir -p ~/.gem
31-
echo -e "---\n:github: Bearer ${{ secrets.GITHUB_TOKEN }}" > ~/.gem/credentials
30+
echo -e "---\n:github: Bearer ${{ secrets.GPR_TOKEN }}" > ~/.gem/credentials
3231
chmod 0600 ~/.gem/credentials
3332
34-
- name: Debug with tmate
35-
uses: mxschmitt/action-tmate@v3
36-
with:
37-
detached: true
38-
3933
- name: Publish to GitHub Packages
4034
run: gem push --key github --host https://rubygems.pkg.github.com/djbender lizard-*.gem
4135

0 commit comments

Comments
 (0)