Skip to content

Commit

Permalink
ci: Try using internal release action
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Oct 29, 2023
1 parent c0dba3b commit 49eb041
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manage-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:

- uses: ./packages/action-label-manager
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
repo_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: ./packages/action-release-info
with:
filename: release-info.json
repo_token: "${{ secrets.GITHUB_TOKEN }}"
repo_token: ${{ secrets.GITHUB_TOKEN }}

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/userscript-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
run: |
export KS_VERSION=$(yarn kitten-scientists:version)
echo "KS_VERSION=$KS_VERSION" >> $GITHUB_ENV
- run: yarn kitten-scientists:release
- uses: marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0 # v1.2.1

- uses: ./packages/action-automatic-releases
with:
automatic_release_tag: next
draft: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/userscript-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
fix
refactor
test
repo_token: "${{ secrets.GITHUB_TOKEN }}"
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 49eb041

Please sign in to comment.