Skip to content

Commit

Permalink
chore: remove saml github token (#116)
Browse files Browse the repository at this point in the history
* chore: remove saml github token

* chore: update package json versions
  • Loading branch information
juditgreskovits authored Dec 9, 2024
1 parent 29ba53b commit 005c80f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
with:
token: ${{ secrets.SAML_ACCOUNT_TOKEN }}

- uses: ./.github/actions/prepare

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mands/nx-plugins",
"version": "0.7.0-beta.1",
"version": "0.7.0-beta.2",
"description": "Nx plugins by M&S engineering",
"license": "MIT",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mands/nx-playwright",
"version": "0.7.0-beta.1",
"version": "0.7.0-beta.2",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit 005c80f

Please sign in to comment.