Skip to content

Commit

Permalink
fix(ci): update token
Browse files Browse the repository at this point in the history
  • Loading branch information
itschip committed Nov 13, 2023
1 parent 9d51988 commit efb5e34
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
name: Deployment

permissions:
contents: read
packages: write
deployments: write
pull-requests: write
id-token: write

on:
push:
tags: "v*"
Expand Down Expand Up @@ -80,11 +73,11 @@ jobs:
- name: Create Release
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.FIVEMANAGE_WORKFLOW }}
name: Fivemanage API SDK | ${{ steps.get_tag.outputs.VERSION_TAG }}
prerelease: false
files: fivemanage_lib.zip

env:
CI: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.FIVEMANAGE_WORKFLOW }}

0 comments on commit efb5e34

Please sign in to comment.