Skip to content

Commit

Permalink
chore: prerelease start
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga committed Feb 22, 2024
1 parent fd170c4 commit e7ae739
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"@ebay/skin": "17.1.1"
},
"changesets": []
}
16 changes: 16 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,22 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

permissions:
actions: write
checks: write
contents: write
deployments: write
discussions: write
issues: write
metadata: read
packages: write
pages: write
id-token: write
pull-requests: write
repository-projects: write
security-events: write
statuses: write

concurrency:
group: "${{ github.workflow }}-${{ github.event_name == 'pull_request_target' && github.head_ref || github.ref }}"
cancel-in-progress: true
Expand Down

0 comments on commit e7ae739

Please sign in to comment.