Skip to content

Commit

Permalink
hm
Browse files Browse the repository at this point in the history
  • Loading branch information
JulieHillRoa committed Feb 20, 2024
1 parent 529d718 commit cf0aa34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-unleash-api-token.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
name: Deploy unleash-apitoken to dev
permissions:
id-token: write
packages: write
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -28,6 +30,8 @@ jobs:
name: Deploy unleash-apitoken to prod
permissions:
id-token: write
packages: write
contents: write
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
Expand Down

0 comments on commit cf0aa34

Please sign in to comment.