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 400af6d commit a628980Copy full SHA for a628980
.github/workflows/containers.yml
@@ -30,7 +30,7 @@ jobs:
30
id: release-please
31
uses: googleapis/release-please-action@v4
32
with:
33
- token: ${{ secrets.RELEASE_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
34
35
builds-linux:
36
runs-on: ubuntu-latest
0 commit comments